Skip to content

Commit

Permalink
Try manifest sign mode
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Aug 3, 2024
1 parent 09cf7cd commit 2fc0f89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
uses: sudo-bot/action-docker-sign@latest
with:
image-ref: "docker.io/botsudo/action-docker-compose:latest"
# Sign the manifest
sign-manifest: true
private-key-id: "${{ vars.DOCKER_PRIVATE_KEY_ID }}"
private-key: ${{ secrets.DOCKER_PRIVATE_KEY }}
private-key-passphrase: ${{ secrets.DOCKER_PRIVATE_KEY_PASSPHRASE }}
Expand Down

0 comments on commit 2fc0f89

Please sign in to comment.