Skip to content

Commit

Permalink
Update build-and-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
APoniatowski authored Aug 15, 2024
1 parent 1288795 commit c48513c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ jobs:
context: .
push: true
tags: |
ghcr.io/${{ github.repository }}:latest
ghcr.io/${{ github.repository }}:${{ needs.build.outputs.version }}
ghcr.io/zehd/zehd:latest
ghcr.io/zehd/zehd:${{ needs.build.outputs.version }}

0 comments on commit c48513c

Please sign in to comment.