versioning multi-platform builds
This commit is contained in:
parent
814b44b8bf
commit
00cc1484a3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-autobuild.yml
vendored
2
.github/workflows/docker-autobuild.yml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
|||
#Login
|
||||
docker login -u ${USERNAME} -p ${DOCKER_TOKEN}
|
||||
|
||||
# Build image as latest version
|
||||
# Build image as TAG version
|
||||
docker buildx build -t ${USERNAME}/${PROJECT}:${TAG} --platform=linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x --push .
|
||||
|
||||
# Build image as latest version
|
||||
|
|
Loading…
Reference in a new issue