We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6767fc commit b49bce9Copy full SHA for b49bce9
.github/workflows/docker_release.yml
@@ -71,12 +71,6 @@ jobs:
71
# Compare to latest
72
compare-to: ${{ steps.latest-version.outputs.release }}
73
74
- - name: Use latest
75
- if: steps.version.outputs.comparison-result == '>'
76
- run: |
77
- echo ${{ steps.version.outputs.comparison-result }};
78
- echo ${{ steps.latest-version.outputs.release }};
79
-
80
# This step should only run when we release a new minor, so
81
# that we can tag the most recent image without the version number.
82
# For example, if the previous step builds `deepset/haystack:cpu-1.8.0`,
0 commit comments