Skip to content

Commit ca54384

Browse files
Bump docker/setup-buildx-action from 1 to 3 (#81)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 3. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v1...v3) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fc6b7c5 commit ca54384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
username: ${{ secrets.DOCKER_HUB_USERNAME }}
5656
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
57-
- uses: docker/setup-buildx-action@v1
57+
- uses: docker/setup-buildx-action@v3
5858
id: buildx
5959
- uses: docker/build-push-action@v2
6060
id: docker_build

0 commit comments

Comments
 (0)