Reverted changes

This commit is contained in:
Netkas 2023-07-23 14:19:37 -04:00
parent 566c70ded7
commit b775e435c7
No known key found for this signature in database
GPG key ID: 5DAF58535614062B

View file

@ -23,7 +23,6 @@ build:
release: release:
image: php:8.1 image: php:8.1
before_script: before_script:
# Install some stuff that the image doesn't come with # Install some stuff that the image doesn't come with
- apt update -yqq - apt update -yqq
@ -72,8 +71,8 @@ ncc-docker-debian:
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 -t "$CI_REGISTRY_IMAGE$debian" . - docker build --pull -t "$CI_REGISTRY_IMAGE${tag}-debian" .
- docker push "$CI_REGISTRY_IMAGE$debian" - docker push "$CI_REGISTRY_IMAGE${tag}-debian"
rules: rules:
- if: $CI_COMMIT_BRANCH == 'master' || $CI_COMMIT_BRANCH == 'dev' - if: $CI_COMMIT_BRANCH == 'master' || $CI_COMMIT_BRANCH == 'dev'
exists: exists: