Skip to content

Commit

Permalink
Bump docker/setup-qemu-action from 2.2.0 to 3.0.0 (#2328)
Browse files Browse the repository at this point in the history
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2.2.0 to 3.0.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](docker/setup-qemu-action@v2.2.0...v3.0.0)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Israel Blancas <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Israel Blancas <[email protected]>
  • Loading branch information
dependabot[bot] and iblancasa authored Dec 11, 2023
1 parent 3e48708 commit 17c042d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
USER: jaegertracing
steps:
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@v2.2.0
- uses: docker/setup-qemu-action@v3.0.0
- uses: docker/[email protected]
- name: "publishes the images"
env:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:

- name: "install kustomize"
run: ./hack/install/install-kustomize.sh

- uses: docker/[email protected]
- uses: docker/[email protected]
- uses: docker/[email protected]

- name: "generate release resources"
Expand Down

0 comments on commit 17c042d

Please sign in to comment.