Skip to content

Commit 241881e

Browse files
dependabot[bot]kateinoigakukun
authored andcommitted
Bump docker/build-push-action from 3 to 4
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3...v4) --- 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 ef5e2ee commit 241881e

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
@@ -57,7 +57,7 @@ jobs:
5757
password: ${{ secrets.GITHUB_TOKEN }}
5858
registry: ghcr.io
5959
- name: Build
60-
uses: docker/build-push-action@v3
60+
uses: docker/build-push-action@v4
6161
with:
6262
context: builders/${{ matrix.entry.tag }}
6363
outputs: type=docker,dest=/tmp/image.tar
@@ -69,7 +69,7 @@ jobs:
6969
name: ruby.wasm-builder-${{ matrix.entry.tag }}
7070
path: /tmp/image.tar
7171
- name: Push
72-
uses: docker/build-push-action@v3
72+
uses: docker/build-push-action@v4
7373
with:
7474
context: builders/${{ matrix.entry.tag }}
7575
push: ${{ github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)