Skip to content

Commit

Permalink
Remove: ${{ vars.IMAGE_REGISTRY }} from push.yml (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalholthaus authored Feb 5, 2024
1 parent aaa9550 commit 0374a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cosign-key: ${{ secrets.COSIGN_KEY_OPENSIGHT }}
cosign-key-password: ${{ secrets.COSIGN_KEY_PASSWORD_OPENSIGHT }}
cosign-tlog-upload: "false"
image-url: ${{ vars.IMAGE_REGISTRY }}/${{ github.repository }}
image-url: ${{ github.repository }}
image-labels: |
org.opencontainers.image.vendor=Greenbone
org.opencontainers.image.base.name=postgres
Expand Down

0 comments on commit 0374a86

Please sign in to comment.