Fix build Dockerfile arg for armv6
This commit is contained in:
parent
bd58d89737
commit
3838358f76
3
.github/workflows/master.yml
vendored
3
.github/workflows/master.yml
vendored
@ -55,4 +55,5 @@ jobs:
|
||||
--output "type=image,push=false" \
|
||||
--push \
|
||||
--tag "$DOCKERHUB_REPOSITORY:latest" \
|
||||
Dockerfile.armv6
|
||||
--file Dockerfile.armv6 \
|
||||
.
|
||||
|
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -45,4 +45,5 @@ jobs:
|
||||
--output "type=image,push=false" \
|
||||
--push \
|
||||
--tag "$DOCKERHUB_REPOSITORY:$RELEASE_VERSION" \
|
||||
Dockerfile.armv6
|
||||
--file Dockerfile.armv6
|
||||
.
|
||||
|
Loading…
Reference in New Issue
Block a user