Skip to content

Commit

Permalink
Bump docker/setup-buildx-action from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@v2...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]>
  • Loading branch information
dependabot[bot] authored Sep 12, 2023
1 parent 77efa90 commit efd589a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/kubeapps-general.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ jobs:
flavor: latest=true
tags: ${{needs.setup.outputs.img_dev_tag}}
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v2
- uses: docker/setup-buildx-action@v3
- name: Build image
uses: docker/build-push-action@v4
with:
Expand Down Expand Up @@ -321,7 +321,7 @@ jobs:
flavor: latest=true
tags: ${{needs.setup.outputs.img_dev_tag}}
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v2
- uses: docker/setup-buildx-action@v3
- name: Build image
uses: docker/build-push-action@v4
with:
Expand Down Expand Up @@ -357,7 +357,7 @@ jobs:
images: ${{needs.setup.outputs.img_prefix}}${{steps.setup.outputs.img_name}}${{needs.setup.outputs.img_modifier}}
flavor: latest=true
tags: ${{needs.setup.outputs.img_dev_tag}}
- uses: docker/setup-buildx-action@v2
- uses: docker/setup-buildx-action@v3
- name: Build image
uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit efd589a

Please sign in to comment.