Skip to content

Commit e3d618e

Browse files
Bump docker/build-push-action from 4 to 5
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v4...v5) --- 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 63f967f commit e3d618e

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
id: meta
5555
with:
5656
images: ghcr.io/${{ github.repository_owner }}/ruby.wasm/builder/${{ matrix.entry.target }}
57-
- uses: docker/build-push-action@v4
57+
- uses: docker/build-push-action@v5
5858
with:
5959
context: builders/${{ matrix.entry.target }}
6060
push: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/tags/*' }}
@@ -99,7 +99,7 @@ jobs:
9999
path: ./rubies
100100
key: ${{ matrix.entry.rubies_cache_key }}
101101
- uses: docker/setup-buildx-action@v2
102-
- uses: docker/build-push-action@v4
102+
- uses: docker/build-push-action@v5
103103
id: builder-image
104104
with:
105105
context: builders/${{ matrix.entry.builder }}

0 commit comments

Comments
 (0)