Skip to content

Commit

Permalink
Create docker.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pipe01 authored Oct 8, 2024
1 parent c9366d5 commit 34e1302
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: docker
on: [push]
jobs:
build-docker:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
submodules: recursive

- uses: macbre/push-to-ghcr@master
with:
image_name: ${{ github.repository }} # it will be lowercased internally
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 34e1302

Please sign in to comment.