File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 : ./
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 : ./
You can’t perform that action at this time.
0 commit comments