Skip to content
Snippets Groups Projects
Commit 5f5f12be authored by Erick Hitter's avatar Erick Hitter
Browse files

Don't bother with container registry, need to build for specific architectures

parent 41e5df9f
No related branches found
No related tags found
1 merge request!3Don't bother with container registry, need to build for specific architectures
Pipeline #1876 passed
......@@ -3,9 +3,6 @@ image: docker:latest
services:
- docker:dind
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
#
# TESTS
#
......@@ -35,7 +32,6 @@ build:master:
stage: deploy
script:
- docker build --pull -t "$CI_REGISTRY_IMAGE:latest" ./context/
- docker push "$CI_REGISTRY_IMAGE:latest"
only:
- master
when: manual
......@@ -44,6 +40,5 @@ build:dev:
stage: deploy
script:
- docker build --pull -t "$CI_REGISTRY_IMAGE:dev" ./context/
- docker push "$CI_REGISTRY_IMAGE:dev"
except:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment