Skip to content

Commit 7f895a9

Browse files
committed
bump gh actions
docker/setup-buildx-action 3.12.0 -> 4.0.0 docker/login-action 3.7.0 -> 4.0.0 docker/build-push-action 6.19.2 -> 7.0.0
1 parent 4580829 commit 7f895a9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build_image.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
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

0 commit comments

Comments
 (0)