Skip to content

Commit

Permalink
fix: Release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
howamith authored Jul 14, 2024
1 parent d6b41eb commit 444efea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
docker pull ghcr.io/${{ github.repository }}:"${sha}"
tag=$(echo "${{ github.event.release.tag_name }}" | tr -d 'v')
docker image tag ghcr.io/${{ github.repository }}:"${sha}" ghcr.io/${{ github.repository }}:"${tag}"
docker push ghcr.io/${{ github.repository }}:${{ github.event.release.tag_name }}
docker push ghcr.io/${{ github.repository }}:"${tag}"

0 comments on commit 444efea

Please sign in to comment.