Skip to content

Commit bca2195

Browse files
🔧fix: environment value
1 parent 95180d7 commit bca2195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
with:
7070
images: |
7171
${{ env.REPOSITORY }}
72-
${{ env.GHCR_REGISTRY }}/${{ env.GHCR_REPOSITORY }}
72+
${{ env.GHCR_REGISTRY }}/${{ env.REPOSITORY }}
7373
- name: Build and push
7474
if: github.event_name != 'pull_request_target'
7575
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)