Skip to content

Commit 3ea3e03

Browse files
authored
Merge pull request #36 from devilbox/dependabot/github_actions/docker/setup-buildx-action-2
Bump docker/setup-buildx-action from 1 to 2
2 parents 14d3f2a + bf3ea6f commit 3ea3e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

7575
- name: "[SETUP] Install Docker Buildx"
7676
id: buildx
77-
uses: docker/setup-buildx-action@v1
77+
uses: docker/setup-buildx-action@v2
7878

7979
- name: "[SETUP] Set artifact names"
8080
id: set-artifact-name

0 commit comments

Comments
 (0)