File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 48
48
if : ${{ github.event_name != 'pull_request' && ! startsWith(github.ref, 'refs/heads/release-') }}
49
49
50
50
- name : Docker Buildx
51
- uses : docker/setup-buildx-action@ecf95283f03858871ff00b787d79c419715afc34 # v2.7 .0
51
+ uses : docker/setup-buildx-action@16c0bc4a6e6ada2cfd8afd41d22d95379cf7c32a # v2.8 .0
52
52
53
53
- name : DockerHub Login
54
54
uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
Original file line number Diff line number Diff line change 52
52
if : github.event_name != 'pull_request'
53
53
54
54
- name : Docker Buildx
55
- uses : docker/setup-buildx-action@ecf95283f03858871ff00b787d79c419715afc34 # v2.7 .0
55
+ uses : docker/setup-buildx-action@16c0bc4a6e6ada2cfd8afd41d22d95379cf7c32a # v2.8 .0
56
56
57
57
- name : Authenticate to Google Cloud
58
58
id : auth
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ jobs:
171
171
path : ${{ github.workspace }}/dist
172
172
key : nginx-ingress-${{ github.run_id }}-${{ github.run_number }}
173
173
- name : Docker Buildx
174
- uses : docker/setup-buildx-action@ecf95283f03858871ff00b787d79c419715afc34 # v2.7 .0
174
+ uses : docker/setup-buildx-action@16c0bc4a6e6ada2cfd8afd41d22d95379cf7c32a # v2.8 .0
175
175
- name : Build Docker Image ${{ matrix.image }}
176
176
uses : docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1
177
177
with :
@@ -260,7 +260,7 @@ jobs:
260
260
- name : Checkout Repository
261
261
uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
262
262
- name : Docker Buildx
263
- uses : docker/setup-buildx-action@ecf95283f03858871ff00b787d79c419715afc34 # v2.7 .0
263
+ uses : docker/setup-buildx-action@16c0bc4a6e6ada2cfd8afd41d22d95379cf7c32a # v2.8 .0
264
264
- name : Build Test-Runner Container
265
265
uses : docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1
266
266
with :
You can’t perform that action at this time.
0 commit comments