mirror of
https://gitlab.com/alemaire/buildx.git
synced 2025-01-11 02:53:30 +00:00
Compare commits
2 Commits
f99ebbc00e
...
ba3d4c074b
Author | SHA1 | Date | |
---|---|---|---|
ba3d4c074b | |||
1e87685bbf |
@ -10,7 +10,7 @@ nopush:
|
|||||||
--tag ${CI_REGISTRY_IMAGE}/${IMAGE}:$(VERSION) .
|
--tag ${CI_REGISTRY_IMAGE}/${IMAGE}:$(VERSION) .
|
||||||
|
|
||||||
push:
|
push:
|
||||||
docker buildx build --platform linux/amd64,linux/arm64,linux/arm,linux/ppc64le --push \
|
docker buildx build --platform linux/amd64,linux/arm64,linux/ppc64le --push \
|
||||||
--build-arg VERSION=$(VERSION) \
|
--build-arg VERSION=$(VERSION) \
|
||||||
--cache-from=type=registry,ref=${NAMESPACE}/buildx:${IMAGE} \
|
--cache-from=type=registry,ref=${NAMESPACE}/buildx:${IMAGE} \
|
||||||
--cache-to=type=registry,ref=${NAMESPACE}/buildx:${IMAGE} \
|
--cache-to=type=registry,ref=${NAMESPACE}/buildx:${IMAGE} \
|
||||||
|
@ -1 +1 @@
|
|||||||
VERSION=RELEASE.2021-01-16T02-19-44Z
|
VERSION=RELEASE.2021-01-30T00-20-58Z
|
||||||
|
Loading…
Reference in New Issue
Block a user