Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit 360c02f

Browse files
Bump docker/build-push-action from 3 to 4
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3...v4) --- 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 fa15dd6 commit 360c02f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
type=sha
5454
5555
- name: Build and push image
56-
uses: docker/build-push-action@v3
56+
uses: docker/build-push-action@v4
5757
with:
5858
context: .
5959
file: cmd/core-controller/Dockerfile

0 commit comments

Comments
 (0)