File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 fi
5050
5151 - name : Set up Docker Buildx
52- uses : docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12 .0
52+ uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0 .0
5353
5454 # to fetch the chain guard image from GAR
5555 - id : gcloud_auth
@@ -61,22 +61,22 @@ jobs:
6161 service_account : ${{ env.GAR_TEAM_SERVICE_ACCOUNT }}
6262
6363 # to fetch the chain guard image from GAR
64- - uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
64+ - uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
6565 name : Login to Google Artifact Registry
6666 with :
6767 registry : europe-north1-docker.pkg.dev
6868 username : oauth2accesstoken
6969 password : ${{ steps.gcloud_auth.outputs.access_token }}
7070
7171 - name : Login to GitHub Docker Registry
72- uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
72+ uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
7373 with :
7474 registry : ghcr.io
7575 username : ${{ github.actor }}
7676 password : ${{ secrets.GITHUB_TOKEN }}
7777
7878 - name : Build and push
79- uses : docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
79+ uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
8080 with :
8181 context : .
8282 push : true
You can’t perform that action at this time.
0 commit comments