Skip to content

Commit 5e3bf8e

Browse files
dependabot[bot]kateinoigakukun
authored andcommitted
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] <[email protected]>
1 parent 812f6ce commit 5e3bf8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
password: ${{ secrets.GITHUB_TOKEN }}
5555
registry: ghcr.io
5656
- name: Build
57-
uses: docker/build-push-action@v2
57+
uses: docker/build-push-action@v3
5858
with:
5959
context: builders/${{ matrix.entry.tag }}
6060
outputs: type=oci,dest=/tmp/image.tar
@@ -66,7 +66,7 @@ jobs:
6666
name: ruby.wasm-builder-${{ matrix.entry.tag }}
6767
path: /tmp/image.tar
6868
- name: Push
69-
uses: docker/build-push-action@v2
69+
uses: docker/build-push-action@v3
7070
with:
7171
context: builders/${{ matrix.entry.tag }}
7272
push: ${{ github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)