We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfab317 commit 8b5ae64Copy full SHA for 8b5ae64
.gitlab-ci.yml
@@ -42,13 +42,10 @@ containerize:
42
- when: never
43
image: registry.gitlab.com/jitesoft/dockerfiles/misc:latest
44
script:
45
- - docker build -t ${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG} --build-arg "VERSION=${CI_COMMIT_TAG}" -f cc-gen/Dockerfile .
46
- - docker push ${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG}
+ - docker buildx build --platforms linux/amd64 --push -t ${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG} --build-arg "VERSION=${CI_COMMIT_TAG}" -f cc-gen/Dockerfile .
47
tags:
48
- - jitesoft
49
- protected
50
- - amd64
51
- - docker
+ - buildx
52
53
create_release:
54
stage: pre-release
0 commit comments