Skip to content

Commit

Permalink
chore(deps): Bump docker/build-push-action from 4 to 5
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 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v4...v5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 12, 2023
1 parent a7ee237 commit 2d73555
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Build the Docker image
id: docker_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
file: ${{ matrix.file }}
push: false
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:

- name: Push the Docker image
if: ${{ github.actor != 'dependabot[bot]' && github.event_name != 'pull_request' }}
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
file: ${{ matrix.file }}
push: true
Expand Down

0 comments on commit 2d73555

Please sign in to comment.