We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dded0d commit cb035edCopy full SHA for cb035ed
1 file changed
.github/workflows/sigbuild-docker.yml
@@ -62,9 +62,8 @@ jobs:
62
password: ${{ secrets.GCP_CREDS }}
63
-
64
name: Login to AR
65
- # Once this is verified, change the label's name. For now, we will piggyback on gcr.io actions.
66
- if: contains(github.event.pull_request.labels.*.name, 'build and push to gcr.io for staging')
67
- uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
+ # Once this is verified, removed gcr.io actions.
+ uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
68
with:
69
registry: us-central1-docker.pkg.dev
70
username: _json_key
0 commit comments