Skip to content

Commit

Permalink
chore(deps): bump docker/build-push-action from 4.1.1 to 4.2.1
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.1.1 to 4.2.1.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v4.1.1...v4.2.1)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent 2767c18 commit 3c5500f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
-
if: inputs.cache == false
name: Build (no cache)
uses: docker/build-push-action@v4.1.1
uses: docker/build-push-action@v4.2.1
with:
file: ${{ inputs.context }}/${{ inputs.dockerfile }}
context: ${{ inputs.context }}
Expand All @@ -178,7 +178,7 @@ jobs:
-
if: inputs.cache == true
name: Build (with cache)
uses: docker/build-push-action@v4.1.1
uses: docker/build-push-action@v4.2.1
with:
file: ${{ inputs.context }}/${{ inputs.dockerfile }}
context: ${{ inputs.context }}
Expand Down

0 comments on commit 3c5500f

Please sign in to comment.