chore(deps): bump docker/build-push-action from 2.5.0 to 6.14.0

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.5.0 to 6.14.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2.5.0...0adf9959216b96bec444f325f1e493d4aa344497)

---
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>
dependabot/github_actions/docker/build-push-action-6.14.0
dependabot[bot] 7 months ago committed by GitHub
parent 2b3b3d83ab
commit 9c56aab6a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -37,7 +37,7 @@ jobs:
uses: docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c
- name: Build and push Docker image
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497
with:
context: .
push: true

@ -59,7 +59,7 @@ jobs:
git tag ${{ env.NEW_VERSION }}
git push origin master
- name: Build docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497
with:
context: .
push: false
@ -73,7 +73,7 @@ jobs:
env:
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
- name: Push docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497
with:
context: .
push: false

Loading…
Cancel
Save