Skip to content

Commit a22e450

Browse files
Bump docker/build-push-action from 7.0.0 to 7.1.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 7.0.0 to 7.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v7.0.0...v7.1.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 71ccfe5 commit a22e450

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/client-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
# Multi-arch in one buildx push — apk add gettext is the only RUN, fine under QEMU.
5050
# All real CPU work (ng build) ran natively above; arch-sensitive part is just the nginx base layer.
51-
- uses: docker/build-push-action@v7.0.0
51+
- uses: docker/build-push-action@v7.1.0
5252
with:
5353
context: ./angular-client
5454
file: ./angular-client/Dockerfile.prebuilt

.github/workflows/scylla-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
# No Docker layer cache (cache-from/cache-to: type=gha) — apt install openssl
5454
# is ~3s, and COPY invalidates every run anyway. Real build time is cargo, cached above.
55-
- uses: docker/build-push-action@v7.0.0
55+
- uses: docker/build-push-action@v7.1.0
5656
with:
5757
context: ./scylla-server
5858
file: ./scylla-server/Dockerfile.prebuilt

0 commit comments

Comments
 (0)