diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 93370d2..3c1cf6f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 }}