We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b13e25 commit e56bddaCopy full SHA for e56bdda
.github/workflows/docker-publish-to-github.yml
@@ -47,19 +47,3 @@ jobs:
47
push: true
48
tags: ${{ steps.meta.outputs.tags }}
49
labels: ${{ steps.meta.outputs.labels }}
50
-
51
- - name: Cosign install
52
- uses: sigstore/cosign-installer@v3.8.2
53
54
- - name: Sign the published container image
55
- env:
56
- COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
57
- COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
58
- TAGS: ${{ steps.meta.outputs.tags }}
59
- run: |
60
- cosign sign --key env://COSIGN_PRIVATE_KEY ${TAGS} \
61
- -a "repo=${{ github.repository }}" \
62
- -a "workflow=${{ github.workflow }}" \
63
- -a "ref=${{ github.sha }}" \
64
- -a "actor=${{ github.actor }}" \
65
- -a "build=${{ github.run_id }}"
0 commit comments