Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 9de269a

Browse files
Bump docker/build-push-action from 2 to 3
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 3. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v2...v3) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3ac0e76 commit 9de269a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- name: Set up QEMU
1919
id: qemu
20-
uses: docker/setup-qemu-action@v1
20+
uses: docker/setup-qemu-action@v2
2121
with:
2222
platforms: arm64
2323

@@ -48,7 +48,7 @@ jobs:
4848
type=pep440,pattern={{raw}}
4949
5050
- name: Build and push all platforms
51-
uses: docker/build-push-action@v2
51+
uses: docker/build-push-action@v3
5252
with:
5353
push: true
5454
labels: "gitsha1=${{ github.sha }}"

0 commit comments

Comments
 (0)