Skip to content

Commit

Permalink
fix: docker-publish workflow failing on main due to inexisting `ARC…
Browse files Browse the repository at this point in the history
…H` env var (#431)
  • Loading branch information
micmarty-deepsense authored Jun 21, 2024
1 parent 2f482e8 commit d7acffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Test image
run: |
source .venv/bin/activate
export DOCKER_IMAGE="$DOCKER_BUILD_REPOSITORY:$ARCH-$SHORT_SHA"
export DOCKER_IMAGE="$DOCKER_BUILD_REPOSITORY:${{ matrix.arch }}-$SHORT_SHA"
if [ "$DOCKER_PLATFORM" == "linux/arm64" ]; then
SKIP_INFERENCE_TESTS=true make docker-test
else
Expand Down

0 comments on commit d7acffe

Please sign in to comment.