Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 03afb10

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 16db2f5 commit 03afb10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
type=sha,priority=1001
107107
108108
- name: Docker Build and Push
109-
uses: docker/build-push-action@v4
109+
uses: docker/build-push-action@v5
110110
with:
111111
context: .
112112
push: true

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
echo 'EOF' >> $GITHUB_ENV
8383
8484
- name: Docker Build and Push
85-
uses: docker/build-push-action@v4
85+
uses: docker/build-push-action@v5
8686
with:
8787
context: .
8888
push: true

0 commit comments

Comments
 (0)