Skip to content

Commit

Permalink
Bump docker/build-push-action from 4 to 5 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 13, 2023
1 parent 2f4f713 commit d184989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
password: ${{ env.REGISTRY_PASSWORD }}

- name: Build and push ${{ inputs.name }} image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ${{ inputs.context }}
provenance: ${{ inputs.provenance }}
Expand Down

0 comments on commit d184989

Please sign in to comment.