Skip to content

Commit

Permalink
build(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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent da90a9a commit 7aa875d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile-mermaid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Build Test Image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: ${{env.DOCKERFILE}}
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:

- name: Build and Push Image(s)
if: github.ref == 'refs/heads/master'
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: ${{env.DOCKERFILE}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Build and Push Image(s)
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: ${{env.DOCKERFILE}}
Expand Down

0 comments on commit 7aa875d

Please sign in to comment.