Skip to content

Commit cc060ad

Browse files
committed
update build-image.yaml
1 parent fbbfe54 commit cc060ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ jobs:
5858
platforms: ${{ env.IMAGE_PLATFORMS }}
5959
push: true
6060
tags: |
61-
ghcr.io/${{ env.GITHUB_REPOSITORY }}:latest
62-
ghcr.io/${{ env.GITHUB_REPOSITORY }}:${{ needs.generate_tag.outputs.output }}
61+
ghcr.io/${{ github.repository }}:latest
62+
ghcr.io/${{ github.repository }}:${{ needs.generate_tag.outputs.output }}

0 commit comments

Comments
 (0)