Skip to content

Commit c7e4378

Browse files
Bump docker/build-push-action from 3 to 7
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3...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>
1 parent 766c122 commit c7e4378

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docker-image-latest.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
7373
- name: Build and push Jeedom on Debian:Bookworm without internal DB
7474
# https://github.com/marketplace/actions/build-and-push-docker-images
75-
uses: docker/build-push-action@v3
75+
uses: docker/build-push-action@v7
7676
continue-on-error: true
7777
with:
7878
context: ./
@@ -95,7 +95,7 @@ jobs:
9595
9696
- name: Build and push Jeedom on DockerHub
9797
# https://github.com/marketplace/actions/build-and-push-docker-images
98-
uses: docker/build-push-action@v3
98+
uses: docker/build-push-action@v7
9999
continue-on-error: true
100100
with:
101101
context: ./
@@ -115,7 +115,7 @@ jobs:
115115
116116
- name: Build and push Jeedom on Debian:Buster with DB
117117
# https://github.com/marketplace/actions/build-and-push-docker-images
118-
uses: docker/build-push-action@v3
118+
uses: docker/build-push-action@v7
119119
continue-on-error: true
120120
with:
121121
context: ./
@@ -138,7 +138,7 @@ jobs:
138138
139139
- name: Build and push Jeedom on Debian:Bookworm with DB
140140
# https://github.com/marketplace/actions/build-and-push-docker-images
141-
uses: docker/build-push-action@v3
141+
uses: docker/build-push-action@v7
142142
continue-on-error: true
143143
with:
144144
context: ./

0 commit comments

Comments
 (0)