Skip to content

Commit

Permalink
Fixup github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tarteo committed Jan 8, 2025
1 parent 7af228c commit 103f060
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,4 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
tags:
- ghcr.io/${{ github.repository }}:latest
- ghcr.io/${{ github.repository }}:${{ github.event.push.head.sha }}
tags: ghcr.io/${{ github.repository }}:latest,ghcr.io/${{ github.repository }}:${{ github.sha }}

0 comments on commit 103f060

Please sign in to comment.