Skip to content

Commit 9dc1ba7

Browse files
[skip-release] Update github-actions
1 parent f39fff4 commit 9dc1ba7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/build-push.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
fi
5353
5454
- name: GHCR Login
55-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
55+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
5656
with:
5757
registry: ghcr.io
5858
username: ${{ github.actor }}
@@ -70,15 +70,15 @@ jobs:
7070

7171
- name: GAR Login
7272
if: contains(inputs.docker-registry, 'pkg.dev')
73-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
73+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
7474
with:
7575
registry: ${{ inputs.docker-registry }}
7676
username: oauth2accesstoken
7777
password: ${{ steps.auth.outputs.access_token }}
7878

7979
- name: Docker Hub Login
8080
if: ${{ !contains(inputs.docker-registry, 'pkg.dev') }}
81-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
81+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
8282
with:
8383
username: ${{ secrets.DOCKERHUB_USER }}
8484
password: ${{ secrets.DOCKERHUB_PASSWORD }}
@@ -97,10 +97,10 @@ jobs:
9797
env:
9898
DOCKER_IMAGE: ${{ inputs.docker-registry }}/${{ inputs.image }}
9999

100-
- uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
100+
- uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
101101

102102
- name: build+push
103-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
103+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7
104104
with:
105105
context: ${{ inputs.context }}
106106
file: ${{ inputs.context }}/${{ inputs.file }}
@@ -121,7 +121,7 @@ jobs:
121121
- build
122122
steps:
123123
- name: GHCR Login
124-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
124+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
125125
with:
126126
registry: ghcr.io
127127
username: ${{ github.actor }}
@@ -139,15 +139,15 @@ jobs:
139139

140140
- name: GAR Login
141141
if: contains(inputs.docker-registry, 'pkg.dev')
142-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
142+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
143143
with:
144144
registry: ${{ inputs.docker-registry }}
145145
username: oauth2accesstoken
146146
password: ${{ steps.auth.outputs.access_token }}
147147

148148
- name: Docker Hub Login
149149
if: ${{ !contains(inputs.docker-registry, 'pkg.dev') }}
150-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
150+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
151151
with:
152152
username: ${{ secrets.DOCKERHUB_USER }}
153153
password: ${{ secrets.DOCKERHUB_PASSWORD }}
@@ -165,7 +165,7 @@ jobs:
165165
env:
166166
DOCKER_IMAGE: ${{ inputs.docker-registry }}/${{ inputs.image }}
167167

168-
- uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
168+
- uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
169169

170170
- name: merge platform images
171171
run: |

0 commit comments

Comments
 (0)