Skip to content

Commit

Permalink
Bump docker/build-push-action from 4.2.1 to 5.0.0 (#1022)
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.2.1 to 5.0.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v4.2.1...v5.0.0)

---
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent 946287f commit d1b19f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build
uses: docker/build-push-action@v4.2.1
uses: docker/build-push-action@v5.0.0
with:
context: .
file: images/Dockerfile.controller
Expand All @@ -71,7 +71,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build
uses: docker/build-push-action@v4.2.1
uses: docker/build-push-action@v5.0.0
with:
context: .
file: images/Dockerfile.executor
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
tags: |
type=raw,value=${{ steps.get_image_tag.outputs.image_tag }}
- name: Build & Push
uses: docker/build-push-action@v4.2.1
uses: docker/build-push-action@v5.0.0
with:
build-args: VERSION=${{ steps.get_image_tag.outputs.image_tag }}
context: .
Expand Down

0 comments on commit d1b19f2

Please sign in to comment.