chore(deps): update docker/setup-buildx-action action to v4 #757
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build-tag.yml
vendored
2
.github/workflows/build-tag.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
uses: docker/setup-qemu-action@v4
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
uses: docker/setup-buildx-action@v4
|
||||
-
|
||||
name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
|
|
|
|||
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -9,7 +9,7 @@ jobs:
|
|||
steps:
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
uses: docker/setup-buildx-action@v4
|
||||
-
|
||||
name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
|
|
|
|||
Loading…
Reference in a new issue