File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ jobs:
175175 - name : Build and push image to ${{ env.DOCKER_BUILD_REGISTRY }}
176176 if : ${{ ! matrix.isPr }}
177177 id : docker_build
178- uses : docker/build-push-action@v6
178+ uses : docker/build-push-action@v7
179179 with :
180180 build-contexts : |
181181 ${{ inputs.dockerfile_additional_contexts }}
@@ -231,7 +231,7 @@ jobs:
231231 # with direct tarball export. This includes: dspace-dependencies, dspace-solr, dspace-postgres-loadsql
232232 - name : Build and push image to local TAR file (docker-container driver)
233233 if : ${{ matrix.arch == 'linux/amd64' && (!matrix.isPr || (inputs.build_id != 'dspace-prod' && inputs.build_id != 'dspace-test' && inputs.build_id != 'dspace-cli')) }}
234- uses : docker/build-push-action@v6
234+ uses : docker/build-push-action@v7
235235 with :
236236 build-contexts : |
237237 ${{ inputs.dockerfile_additional_contexts }}
@@ -255,7 +255,7 @@ jobs:
255255 # The docker driver doesn't support tarball export, so we use 'load: true' and then 'docker save'.
256256 - name : Build image (docker driver for local dependencies access)
257257 if : ${{ matrix.arch == 'linux/amd64' && matrix.isPr && (inputs.build_id == 'dspace-prod' || inputs.build_id == 'dspace-test' || inputs.build_id == 'dspace-cli') }}
258- uses : docker/build-push-action@v6
258+ uses : docker/build-push-action@v7
259259 with :
260260 build-contexts : |
261261 ${{ inputs.dockerfile_additional_contexts }}
You can’t perform that action at this time.
0 commit comments