Skip to content

Commit b989e21

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/clingo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
- uses: docker/setup-buildx-action@v3
131131

132132
# Build and eventually push to registry
133-
- uses: docker/build-push-action@v5
133+
- uses: docker/build-push-action@v6
134134
with:
135135
file: ./clingo/Dockerfile.manylinux2014
136136
platforms: linux/arm64,linux/ppc64le,linux/amd64

.github/workflows/gnupg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- uses: docker/setup-buildx-action@v3
8686

8787
# Build and eventually push to registry
88-
- uses: docker/build-push-action@v5
88+
- uses: docker/build-push-action@v6
8989
with:
9090
file: ./gnupg/Dockerfile.manylinux2014
9191
platforms: linux/arm64,linux/ppc64le,linux/amd64

.github/workflows/patchelf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- uses: docker/setup-buildx-action@v3
4747

4848
# Build and eventually push to registry
49-
- uses: docker/build-push-action@v5
49+
- uses: docker/build-push-action@v6
5050
with:
5151
file: ./patchelf/Dockerfile.manylinux2014
5252
platforms: linux/arm64,linux/ppc64le,linux/amd64

0 commit comments

Comments
 (0)