Skip to content

Commit 39a2711

Browse files
Bump docker/build-push-action from 6.18.0 to 7.0.0 (#227)
* Bump docker/build-push-action from 6.18.0 to 7.0.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.18.0 to 7.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.18.0...v7.0.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Apply suggestions from code review Co-authored-by: Joel Challis <git@zvecr.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joel Challis <git@zvecr.com>
1 parent c19c214 commit 39a2711

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
python3 -m build
3737
3838
- name: Build Container
39-
uses: docker/build-push-action@v6.18.0
39+
uses: docker/build-push-action@v7
4040
with:
4141
context: .
4242
platforms: linux/amd64,linux/arm64

.github/workflows/docker-republish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
4747

4848
- name: Build and Push to Docker Hub
49-
uses: docker/build-push-action@v6.18.0
49+
uses: docker/build-push-action@v7
5050
with:
5151
context: .
5252
push: true

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
7676

7777
- name: Build and Push to Docker Hub
78-
uses: docker/build-push-action@v6.18.0
78+
uses: docker/build-push-action@v7
7979
with:
8080
context: .
8181
push: true

0 commit comments

Comments
 (0)