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

This commit is contained in:
Massimiliano Pippi
2022-09-26 12:04:14 +02:00
parent cc074f44fb
commit ce36be81c3
-6
View File
@@ -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`,