Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Robonau authored and Robonau committed Jan 13, 2025
1 parent f1a5cc2 commit 087d30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,5 +153,5 @@ jobs:
docker tag ghcr.io/${{ needs.RepoName.outputs.value }}:slim ghcr.io/${{ needs.RepoName.outputs.value }}:${{ needs.GenTag.outputs.value }}-slim
docker tag ghcr.io/${{ needs.RepoName.outputs.value }}:slim ${{ needs.RepoName.outputs.value }}:slim
docker tag ghcr.io/${{ needs.RepoName.outputs.value }}:slim ${{ needs.RepoName.outputs.value }}:${{ needs.GenTag.outputs.value }}-slim
docker image rm ${{ needs.RepoName.outputs.value }}
docker image rm ghcr.io/${{ needs.RepoName.outputs.value }}
docker image push --all-tags "ghcr.io/${{ needs.RepoName.outputs.value }}"

0 comments on commit 087d30b

Please sign in to comment.