Skip to content

Commit fe5a03b

Browse files
authored
fixed typo (#31) - DOC-965
1 parent b7c295b commit fe5a03b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
-a "owner=Spectro Cloud" \
8888
--key env://COSIGN_PRIVATE_KEY --recursive "${TAGS}@${DIGEST}"
8989
env:
90-
AGS: ghcr.io/${{ github.repository }}:${{steps.dependencies.outputs.VERSION}}
90+
TAGS: ghcr.io/${{ github.repository }}:${{steps.dependencies.outputs.VERSION}}
9191
COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
9292
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
9393
DIGEST: ${{ steps.build-and-push.outputs.digest }}

0 commit comments

Comments
 (0)