fix: Update .gitlab-ci.yml to build Dockerfile.arm32v7 instead of Dockerfile.nvidia for the docker-arm32v7-build build.

video-slicer-reencoder
Tony Bone 2022-09-12 21:10:51 +00:00 committed by Tony Moulton
parent d9ae4e150c
commit 36d4b4e11f
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ docker-arm32v7-build:
tag=":arm32v7-$CI_COMMIT_REF_SLUG"
echo "Running on branch '$CI_COMMIT_BRANCH': tag = $tag"
fi
- docker build --pull -t "$CI_REGISTRY_IMAGE${tag}" . -f Dockerfile.nvidia
- docker build --pull -t "$CI_REGISTRY_IMAGE${tag}" . -f Dockerfile.arm32v7
- docker push "$CI_REGISTRY_IMAGE${tag}"
# Run this job in a branch where a Dockerfile exists
rules: