Skip to content

Commit

Permalink
fix(ci): Swapped to buildx.
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Tegnér <[email protected]>
  • Loading branch information
Johannestegner committed May 24, 2022
1 parent dfab317 commit 8b5ae64
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,10 @@ containerize:
- when: never
image: registry.gitlab.com/jitesoft/dockerfiles/misc:latest
script:
- docker build -t ${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG} --build-arg "VERSION=${CI_COMMIT_TAG}" -f cc-gen/Dockerfile .
- 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 .
tags:
- jitesoft
- protected
- amd64
- docker
- buildx

create_release:
stage: pre-release
Expand Down

0 comments on commit 8b5ae64

Please sign in to comment.