We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95180d7 commit bca2195Copy full SHA for bca2195
.github/workflows/push-image.yml
@@ -69,7 +69,7 @@ jobs:
69
with:
70
images: |
71
${{ env.REPOSITORY }}
72
- ${{ env.GHCR_REGISTRY }}/${{ env.GHCR_REPOSITORY }}
+ ${{ env.GHCR_REGISTRY }}/${{ env.REPOSITORY }}
73
- name: Build and push
74
if: github.event_name != 'pull_request_target'
75
uses: docker/build-push-action@v5
0 commit comments