mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-30 00:30:09 +00:00
Fix Docker images test on release (#4153)
This commit is contained in:
parent
4a88fae1e7
commit
d86a511cc1
2
.github/workflows/docker_release.yml
vendored
2
.github/workflows/docker_release.yml
vendored
@ -51,7 +51,7 @@ jobs:
|
||||
run: |
|
||||
EXPECTED_VERSION=$(cat VERSION.txt)
|
||||
function test_image {
|
||||
local TAG, PLATFORM, VERSION
|
||||
local TAG PLATFORM VERSION
|
||||
TAG=$1
|
||||
PLATFORM=$2
|
||||
VERSION=$(docker run --platform "$PLATFORM" --rm "deepset/haystack:$TAG" python -c"import haystack; print(haystack.__version__)")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user