Skip to content
Extraits de code Groupes Projets
Valider 29e72966 rédigé par Rémi - Le Filament's avatar Rémi - Le Filament
Parcourir les fichiers

[REM] remove scratch image CI

parent 010df9f2
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -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% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter