Skip to content

Commit

Permalink
build(deps): Bump docker/build-push-action from 6.0.0 to 6.1.0 (#804)
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v6.0.0...v6.1.0)

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 26, 2024
1 parent 48ff188 commit 2a697d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
# on Docker Hub, as Github caches are not available for other branches.
- name: Build and cache image with dependencies
id: docker_bls
uses: docker/build-push-action@v6.0.0
uses: docker/build-push-action@v6.1.0
with:
context: .
file: ./DOCKER/Dockerfile
Expand All @@ -102,7 +102,7 @@ jobs:
- name: Publish to Docker Hub
id: docker_build
uses: docker/build-push-action@v6.0.0
uses: docker/build-push-action@v6.1.0
with:
context: .
file: ./DOCKER/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
if: "github.event_name != 'pull_request' || env.GIT_DIFF != ''"

- name: Build E2E Docker image
uses: docker/build-push-action@v6.0.0
uses: docker/build-push-action@v6.1.0
with:
context: .
file: test/e2e/docker/Dockerfile
Expand Down

0 comments on commit 2a697d6

Please sign in to comment.