Skip to content

Commit 45bb659

Browse files
build(deps): bump docker/build-push-action from 6 to 7 (#81)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1b4ea17 commit 45bb659

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
8282
-
8383
name: Build SOPEL for ${{ matrix.python_images }}
84-
uses: docker/build-push-action@v6
84+
uses: docker/build-push-action@v7
8585
if: github.event_name != 'schedule'
8686
with:
8787
builder: ${{ steps.buildx.outputs.name }}
@@ -92,7 +92,7 @@ jobs:
9292
tags: ${{ steps.tags.outputs.tags }}
9393
-
9494
name: Build Nightly SOPEL for ${{ matrix.python_images }}
95-
uses: docker/build-push-action@v6
95+
uses: docker/build-push-action@v7
9696
if: github.event_name == 'schedule' && matrix.python_images == env.default_python
9797
with:
9898
builder: ${{ steps.buildx.outputs.name }}

0 commit comments

Comments
 (0)