Fix build Dockerfile arg for armv6

This commit is contained in:
Sergey Bogatyrets 2022-11-08 14:49:49 +03:00
parent bd58d89737
commit 3838358f76
2 changed files with 4 additions and 2 deletions

View File

@ -55,4 +55,5 @@ jobs:
--output "type=image,push=false" \
--push \
--tag "$DOCKERHUB_REPOSITORY:latest" \
Dockerfile.armv6
--file Dockerfile.armv6 \
.

View File

@ -45,4 +45,5 @@ jobs:
--output "type=image,push=false" \
--push \
--tag "$DOCKERHUB_REPOSITORY:$RELEASE_VERSION" \
Dockerfile.armv6
--file Dockerfile.armv6
.