We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09cf7cd commit 2fc0f89Copy full SHA for 2fc0f89
.github/workflows/publish.yml
@@ -32,6 +32,8 @@ jobs:
32
uses: sudo-bot/action-docker-sign@latest
33
with:
34
image-ref: "docker.io/botsudo/action-docker-compose:latest"
35
+ # Sign the manifest
36
+ sign-manifest: true
37
private-key-id: "${{ vars.DOCKER_PRIVATE_KEY_ID }}"
38
private-key: ${{ secrets.DOCKER_PRIVATE_KEY }}
39
private-key-passphrase: ${{ secrets.DOCKER_PRIVATE_KEY_PASSPHRASE }}
0 commit comments