Adding SRV_APT_GET_INSTALL feature

This commit is contained in:
Torsten Raudssus 2023-03-20 04:46:28 +01:00
parent 1025783ee9
commit e4991bf24c
2 changed files with 3 additions and 2 deletions

View file

@ -18,7 +18,7 @@ build:
- docker build -t $IMAGE_TAG .
- docker push $IMAGE_TAG
release-image:
release:
stage: release
script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY