Skip to content

Commit

Permalink
build(deps): bump docker/setup-buildx-action from 1.5.0 to 1.5.1
Browse files Browse the repository at this point in the history
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@e673438...abe5d8f)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 13, 2021
1 parent 53e2182 commit 1aa17de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
uses: docker/setup-qemu-action@27d0a4f181a40b142cce983c5393082c365d1480 # dependabot updates to latest release

- name: Set up Docker Buildx (for chartpress multi-arch builds)
uses: docker/setup-buildx-action@e673438944759779e411a0f7ceef3ba437dccfa0 # dependabot updates to latest release
uses: docker/setup-buildx-action@abe5d8f79a1606a2d3e218847032f3f2b1726ab0 # dependabot updates to latest release

- name: Install chart publishing dependencies (chartpress, helm)
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: docker/setup-qemu-action@27d0a4f181a40b142cce983c5393082c365d1480 # dependabot updates to latest release

- name: Set up Docker Buildx (for chartpress multi-arch builds)
uses: docker/setup-buildx-action@e673438944759779e411a0f7ceef3ba437dccfa0 # dependabot updates to latest release
uses: docker/setup-buildx-action@abe5d8f79a1606a2d3e218847032f3f2b1726ab0 # dependabot updates to latest release

- name: Build a multiple architecture Docker image
run: >-
Expand Down

0 comments on commit 1aa17de

Please sign in to comment.