File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 2727 with :
2828 cosign-release : ' v2.2.4'
2929
30- # Set up BuildKit Docker container builder to be able to build
31- # multi-platform images and export cache
32- # https://github.com/docker/setup-buildx-action
33- - name : Set up Docker Buildx
34- uses : docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
35-
3630 # Login against a Docker registry except on PR
3731 # https://github.com/docker/login-action
3832 - name : Log into registry ${{ env.REGISTRY }}
4135 with :
4236 registry : ${{ env.REGISTRY }}
4337 username : ${{ github.actor }}
44- password : ${{ secrets.GITHUB_TOKEN }}
38+ password : ${{ secrets.GHCR_TOKEN }}
4539
4640 # Extract metadata (tags, labels) for Docker
4741 # https://github.com/docker/metadata-action
You can’t perform that action at this time.
0 commit comments