Skip to content

Commit cb035ed

Browse files
authored
Update sigbuild-docker.yml
1 parent 0dded0d commit cb035ed

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/sigbuild-docker.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,8 @@ jobs:
6262
password: ${{ secrets.GCP_CREDS }}
6363
-
6464
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
65+
# Once this is verified, removed gcr.io actions.
66+
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
6867
with:
6968
registry: us-central1-docker.pkg.dev
7069
username: _json_key

0 commit comments

Comments
 (0)