Skip to content

Commit

Permalink
fix(ci): Updated buildx with correct args.
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 8b5ae64 commit bf70bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ containerize:
- when: never
image: registry.gitlab.com/jitesoft/dockerfiles/misc:latest
script:
- docker buildx build --platforms linux/amd64 --push -t ${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG} --build-arg "VERSION=${CI_COMMIT_TAG}" -f cc-gen/Dockerfile .
- docker buildx build --platform linux/amd64 --push -t ${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG} --build-arg "BUILD_TIME=$(date -Iseconds)" --build-arg "VERSION=${CI_COMMIT_TAG}" -f cc-gen/Dockerfile .
tags:
- protected
- buildx
Expand Down

0 comments on commit bf70bbf

Please sign in to comment.