Skip to content

Commit

Permalink
fixed typo (#31) - DOC-965
Browse files Browse the repository at this point in the history
  • Loading branch information
caroldelwing authored Jan 8, 2024
1 parent b7c295b commit fe5a03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
-a "owner=Spectro Cloud" \
--key env://COSIGN_PRIVATE_KEY --recursive "${TAGS}@${DIGEST}"
env:
AGS: ghcr.io/${{ github.repository }}:${{steps.dependencies.outputs.VERSION}}
TAGS: ghcr.io/${{ github.repository }}:${{steps.dependencies.outputs.VERSION}}
COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
DIGEST: ${{ steps.build-and-push.outputs.digest }}
Expand Down

0 comments on commit fe5a03b

Please sign in to comment.