Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
Build docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
pkqk committed Jun 26, 2023
1 parent d01ddf6 commit 8bef2b1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: publish-image
run-name: Publish ghcr.io/${{ github.repository }}:${{ github.ref_name }}
on:
release:
types: [ published ]
push:
branches: [ master ]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: macbre/push-to-ghcr@v12
with:
image_name: ${{ github.repository }}
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8bef2b1

Please sign in to comment.