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
No related merge requests found
...@@ -66,16 +66,16 @@ docker-build-16.0: ...@@ -66,16 +66,16 @@ docker-build-16.0:
- docker push "$CI_REGISTRY_IMAGE:16.0" - docker push "$CI_REGISTRY_IMAGE:16.0"
only: only:
- '16.0' - '16.0'
docker-build-16.0-scratch: # docker-build-16.0-scratch:
image: docker:20.10.17 # image: docker:20.10.17
stage: build # stage: build
services: # services:
- docker:20.10.17-dind # - docker:20.10.17-dind
before_script: # before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY # - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script: # script:
- docker build --pull -f 16.0-scratch.Dockerfile -t "$CI_REGISTRY_IMAGE:16.0-scratch" # - docker build --pull -f 16.0-scratch.Dockerfile -t "$CI_REGISTRY_IMAGE:16.0-scratch"
. # .
- docker push "$CI_REGISTRY_IMAGE:16.0-scratch" # - docker push "$CI_REGISTRY_IMAGE:16.0-scratch"
only: # only:
- '16.0' # - '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