Skip to content

Commit 753a291

Browse files
chore(deps): bump docker/build-push-action from 2.5.0 to 6.15.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.5.0 to 6.15.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v2.5.0...471d1dc) --- 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>
1 parent 2b3b3d8 commit 753a291

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c
3838

3939
- name: Build and push Docker image
40-
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
40+
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
4141
with:
4242
context: .
4343
push: true

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
git tag ${{ env.NEW_VERSION }}
6060
git push origin master
6161
- name: Build docker image
62-
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
62+
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
6363
with:
6464
context: .
6565
push: false
@@ -73,7 +73,7 @@ jobs:
7373
env:
7474
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
7575
- name: Push docker image
76-
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
76+
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
7777
with:
7878
context: .
7979
push: false

0 commit comments

Comments
 (0)