Skip to content

Commit 2d24d74

Browse files
Bump docker/build-push-action from 3 to 5 (#1658)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3...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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6e0bffa commit 2d24d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ jobs:
655655
- name: Checkout
656656
uses: actions/checkout@v3
657657
- name: Build Debian image
658-
uses: docker/build-push-action@v3
658+
uses: docker/build-push-action@v5
659659
with:
660660
file: dockerfiles/Dockerfile-debian
661661
context: .

0 commit comments

Comments
 (0)