Skip to content
Snippets Groups Projects
Commit 29e72966 authored by Rémi - Le Filament's avatar Rémi - Le Filament
Browse files

[REM] remove scratch image CI

parent 010df9f2
No related branches found
No related tags found
Loading
......@@ -66,16 +66,16 @@ docker-build-16.0:
- docker push "$CI_REGISTRY_IMAGE:16.0"
only:
- '16.0'
docker-build-16.0-scratch:
image: docker:20.10.17
stage: build
services:
- docker:20.10.17-dind
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script:
- docker build --pull -f 16.0-scratch.Dockerfile -t "$CI_REGISTRY_IMAGE:16.0-scratch"
.
- docker push "$CI_REGISTRY_IMAGE:16.0-scratch"
only:
- '16.0'
# docker-build-16.0-scratch:
# image: docker:20.10.17
# stage: build
# services:
# - docker:20.10.17-dind
# before_script:
# - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
# script:
# - docker build --pull -f 16.0-scratch.Dockerfile -t "$CI_REGISTRY_IMAGE:16.0-scratch"
# .
# - docker push "$CI_REGISTRY_IMAGE:16.0-scratch"
# only:
# - '16.0'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment