Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Bump docker/setup-qemu-action
Browse files Browse the repository at this point in the history
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 6520a2d2cb6db42c90c297c8025839c98e531268 to 1.0.2. This release includes the previously tagged commit.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](docker/setup-qemu-action@6520a2d...25f0500)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 15, 2021
1 parent c707726 commit 8563312
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
ref: develop
token: ${{ github.token }}
- name: Set up QEMU
uses: docker/setup-qemu-action@6520a2d2cb6db42c90c297c8025839c98e531268
uses: docker/setup-qemu-action@25f0500ff22e406f7191a2a8ba8cda16901ca018
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@2a4b53665e15ce7d7049afb11ff1f70ff1610609
- name: Login to DockerHub
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
ref: release/22.0.x
token: ${{ github.token }}
- name: Set up QEMU
uses: docker/setup-qemu-action@6520a2d2cb6db42c90c297c8025839c98e531268
uses: docker/setup-qemu-action@25f0500ff22e406f7191a2a8ba8cda16901ca018
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@2a4b53665e15ce7d7049afb11ff1f70ff1610609
- name: Login to DockerHub
Expand Down

0 comments on commit 8563312

Please sign in to comment.