File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -40,20 +40,13 @@ jobs:
4040 - name : Set up Docker Buildx
4141 id : buildx
4242 uses : docker/setup-buildx-action@v2
43- - name : Set up cosign
44- uses : sigstore/cosign-installer@main
4543 - name : Login to GitHub Container Registry
4644 uses : docker/login-action@v2
4745 with :
4846 registry : ghcr.io
4947 username : ${{ secrets.DOCKER_USERNAME }}
50- password : ${{ secrets.GITHUB_TOKEN }}
51-
52- # NODE image does not have a public key, but i will leave this here as an example of how to validate a base image.
53- # - name: Verify base image
54- # run: |
55- # cosign dockerfile verify --base-image-only --key https://github.com/GoogleContainerTools/distroless Dockerfile
56-
48+ password : ${{ secrets.TOKEN }}
49+
5750 - name : Publish container image
5851 uses : docker/build-push-action@v3
5952 with :
You can’t perform that action at this time.
0 commit comments