Skip to content

Commit 0244826

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 89bf03a commit 0244826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
password: ${{ env.REGISTRY_PASSWORD }}
7676

7777
- name: Build and push ${{ inputs.name }} image
78-
uses: docker/build-push-action@v3
78+
uses: docker/build-push-action@v4
7979
with:
8080
context: ${{ inputs.context }}
8181
provenance: ${{ inputs.provenance }}

0 commit comments

Comments
 (0)