Skip to content

Commit

Permalink
Merge pull request #130 from felddy/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…build-push-action-5.0.0

Bump docker/build-push-action from 4.1.1 to 5.0.0
  • Loading branch information
felddy authored Sep 20, 2023
2 parents a4dcff7 + 5e705b0 commit b49980e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ jobs:
- name: Build image for push
if: inputs.push == true
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # tag=v4.1.1
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # tag=v5.0.0
with:
build-args: ${{ steps.prepare-build-args.outputs.build_args }}
cache-from: ${{ steps.cache_scopes.outputs.from }}
Expand All @@ -290,7 +290,7 @@ jobs:

- name: Build image for archive
if: inputs.push == false
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # tag=v4.1.1
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # tag=v5.0.0
with:
build-args: ${{ steps.prepare-build-args.outputs.build_args }}
cache-from: ${{ steps.cache_scopes.outputs.from }}
Expand Down

0 comments on commit b49980e

Please sign in to comment.