remove test step
docker-build / build (false, Dockerfile-GPU-minimal, deepset/haystack-gpu, minimal-) (push) Has been cancelled
docker-build / build (true, Dockerfile, deepset/haystack-cpu, ) (push) Has been cancelled
docker-build / build (true, Dockerfile-GPU, deepset/haystack-gpu, demo-) (push) Has been cancelled
Release Docker images / build-and-push (push) Has been cancelled
docker-build / build (false, Dockerfile-GPU-minimal, deepset/haystack-gpu, minimal-) (push) Has been cancelled
docker-build / build (true, Dockerfile, deepset/haystack-cpu, ) (push) Has been cancelled
docker-build / build (true, Dockerfile-GPU, deepset/haystack-gpu, demo-) (push) Has been cancelled
Release Docker images / build-and-push (push) Has been cancelled
This commit is contained in:
@@ -71,12 +71,6 @@ jobs:
|
||||
# Compare to latest
|
||||
compare-to: ${{ steps.latest-version.outputs.release }}
|
||||
|
||||
- name: Use latest
|
||||
if: steps.version.outputs.comparison-result == '>'
|
||||
run: |
|
||||
echo ${{ steps.version.outputs.comparison-result }};
|
||||
echo ${{ steps.latest-version.outputs.release }};
|
||||
|
||||
# This step should only run when we release a new minor, so
|
||||
# that we can tag the most recent image without the version number.
|
||||
# For example, if the previous step builds `deepset/haystack:cpu-1.8.0`,
|
||||
|
||||
Reference in New Issue
Block a user