Skip to content

Commit

Permalink
chore(deps): bump docker/build-push-action from 3.2.0 to 5.0.0
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.2.0 to 5.0.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v3.2.0...0565240)

---
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 b0ba068 commit 18162b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
with:
platforms: ${{ matrix.platforms }}
- uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 # v1
- uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 # v3
- uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v3
id: build-and-push
with:
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verta-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
echo "targets=${TARGETS}" >> $GITHUB_OUTPUT
- name: Build and push Docker image to ECR
uses: docker/build-push-action@v4
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09
if: "!(steps.should_publish.outputs.targets == '')"
env:
DOCKER_BUILDKIT: "1"
Expand Down

1 comment on commit 18162b1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docker Tag: dependabot_github_actions_docker_build-push-action-5.0.0-2023-09-18T16-07-37--18162b1

Please sign in to comment.