Skip to content

Commit fc404db

Browse files
authored
Merge pull request nicolaka#117 from nicolaka/dependabot/github_actions/docker/setup-buildx-action-2
Bump docker/setup-buildx-action from 1 to 2
2 parents 41ba5c0 + 74de366 commit fc404db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-buildx.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
-
2323
name: Set up Docker Buildx
2424
id: buildx
25-
uses: docker/setup-buildx-action@v1
25+
uses: docker/setup-buildx-action@v2
2626
-
2727
name: Available platforms
2828
run: echo ${{ steps.buildx.outputs.platforms }}

.github/workflows/test-pr-buildx.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
-
2020
name: Set up Docker Buildx
2121
id: buildx
22-
uses: docker/setup-buildx-action@v1
22+
uses: docker/setup-buildx-action@v2
2323
-
2424
name: Available platforms
2525
run: echo ${{ steps.buildx.outputs.platforms }}

0 commit comments

Comments
 (0)