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.
docker-publish
ARCH
1 parent 2f482e8 commit d7acffeCopy full SHA for d7acffe
.github/workflows/docker-publish.yml
@@ -90,7 +90,7 @@ jobs:
90
- name: Test image
91
run: |
92
source .venv/bin/activate
93
- export DOCKER_IMAGE="$DOCKER_BUILD_REPOSITORY:$ARCH-$SHORT_SHA"
+ export DOCKER_IMAGE="$DOCKER_BUILD_REPOSITORY:${{ matrix.arch }}-$SHORT_SHA"
94
if [ "$DOCKER_PLATFORM" == "linux/arm64" ]; then
95
SKIP_INFERENCE_TESTS=true make docker-test
96
else
0 commit comments