Skip to content

Commit bd512c2

Browse files
committed
update to docker/setup-buildx-action@v3 for intermittent cache failure
see docker/buildx#681 for relevant buildx issue the breaking change moving from v2 to v3 is the minimum node version is bumped to 20, which is the minimum version we're building with already (https://github.com/docker/setup-buildx-action/releases/tag/v3.0.0)
1 parent 9ea55e9 commit bd512c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/frontend-lint-test-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ jobs:
286286

287287
# Check build:
288288
- name: Set up Docker Buildx
289-
uses: docker/setup-buildx-action@v2
289+
uses: docker/setup-buildx-action@v3
290290
with:
291291
driver-opts: network=host
292292

0 commit comments

Comments
 (0)