Skip to content

Commit

Permalink
fix: Wrong variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
ciro-mota committed Jul 30, 2024
1 parent deefa45 commit 4b6699c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ jobs:
env:
COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
CONTAINER_DIGEST: $(docker inspect --format='{{index .RepoDigests 0}}' ciromota/nessus-scanner:latest)
CONTAINER_DIGEST: ${{ steps.build-and-push.outputs.digest }}

0 comments on commit 4b6699c

Please sign in to comment.