File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 password : ${{ secrets.DOCKERHUB_PASSWORD }}
3131
3232 - name : Build and push
33- uses : docker/build-push-action@v6
33+ uses : docker/build-push-action@v7
3434 with :
3535 context : selenium/authorization-server
3636 push : true
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ jobs:
135135
136136 - name : Build and push by digest
137137 id : build
138- uses : docker/build-push-action@v6
138+ uses : docker/build-push-action@v7
139139 with :
140140 push : true
141141 context : packaging/docker-image
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119119 password : ${{ secrets.DOCKERHUB_PASSWORD }}
120120 - name : Build and push by digest
121121 id : build
122- uses : docker/build-push-action@v6
122+ uses : docker/build-push-action@v7
123123 with :
124124 push : true
125125 context : packaging/docker-image
You can’t perform that action at this time.
0 commit comments