Поправил .gitlab-ci.yml

This commit is contained in:
Struchkov Mark 2022-12-04 12:12:28 +03:00
parent b8edeac404
commit 5e71fd2838

View File

@ -29,6 +29,5 @@ docker-build:
before_script:
- echo "$CI_REGISTRY_PASSWORD" | docker login $CI_REGISTRY --username $CI_REGISTRY_USER --password-stdin
script:
- cd gitlab-app
- docker buildx create --use
- docker buildx build --push --platform linux/amd64,linux/arm64/v8 -t "$CI_REGISTRY_IMAGE:latest" -t "$CI_REGISTRY_IMAGE:$CI_COMMIT_TAG" .