Skip to content

Commit 2bdd27e

Browse files
authored
Merge pull request #14 from scality/dependabot/github_actions/docker/build-push-action-4
Bump docker/build-push-action from 3 to 4
2 parents 1f090af + f45e948 commit 2bdd27e

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)