Skip to content

Commit 8a3ebcf

Browse files
Update docker/setup-buildx-action digest to e600775
1 parent ae7a945 commit 8a3ebcf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-build-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
# Workaround: https://github.com/docker/build-push-action/issues/461
3434
- name: Setup Docker buildx
35-
uses: docker/setup-buildx-action@941183f0a080fa6be59a9e3d3f4108c19a528204
35+
uses: docker/setup-buildx-action@e600775e527acba2317260cadb64b7e19efd5362
3636

3737
# Login against a Docker registry except on PR
3838
# https://github.com/docker/login-action

.github/workflows/docker-push-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
# Workaround: https://github.com/docker/build-push-action/issues/461
3838
- name: Setup Docker buildx
39-
uses: docker/setup-buildx-action@941183f0a080fa6be59a9e3d3f4108c19a528204
39+
uses: docker/setup-buildx-action@e600775e527acba2317260cadb64b7e19efd5362
4040

4141
# Login against a Docker registry except on PR
4242
# https://github.com/docker/login-action

0 commit comments

Comments
 (0)