File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656 docker.io/wollomatic/socket-proxy:testing-${{ github.sha }}
5757
5858 - name : Sign Docker Hub image
59- run : cosign sign --yes --recursive --key env://COSIGN_PRIVATE_KEY docker.io/wollomatic/socket-proxy:${{ steps.get_tag.outputs.VERSION }}@${{ steps.push-dockerhub.outputs.digest }}
59+ run : cosign sign --yes --recursive --key env://COSIGN_PRIVATE_KEY docker.io/wollomatic/socket-proxy:testing- ${{ github.sha }}@${{ steps.push-dockerhub.outputs.digest }}
6060 env :
6161 COSIGN_PRIVATE_KEY : ${{ secrets.COSIGN_PRIVATE_KEY }}
6262 COSIGN_PASSWORD : ${{ secrets.COSIGN_PASSWORD }}
7474 ghcr.io/wollomatic/socket-proxy:testing-${{ github.sha }}
7575
7676 - name : Sign GHCR image
77- run : cosign sign --yes --recursive --key env://COSIGN_PRIVATE_KEY ghcr.io/wollomatic/socket-proxy:${{ steps.get_tag.outputs.VERSION }}@${{ steps.push-ghcr.outputs.digest }}
77+ run : cosign sign --yes --recursive --key env://COSIGN_PRIVATE_KEY ghcr.io/wollomatic/socket-proxy:testing- ${{ github.sha }}@${{ steps.push-ghcr.outputs.digest }}
7878 env :
7979 COSIGN_PRIVATE_KEY : ${{ secrets.COSIGN_PRIVATE_KEY }}
8080 COSIGN_PASSWORD : ${{ secrets.COSIGN_PASSWORD }}
You can’t perform that action at this time.
0 commit comments