Correction

This commit is contained in:
Netkas 2023-07-23 14:12:40 -04:00
parent b2c3974d76
commit bce47a62c3
No known key found for this signature in database
GPG key ID: 5DAF58535614062B
3 changed files with 2 additions and 6 deletions

View file

@ -70,8 +70,8 @@ ncc-docker-debian:
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script:
- docker build --pull -t "$CI_REGISTRY_IMAGE${tag}-debian" .
- docker push "$CI_REGISTRY_IMAGE${tag}-debian"
- docker build --pull -t "$CI_REGISTRY_IMAGE$debian" .
- docker push "$CI_REGISTRY_IMAGE$debian"
rules:
- if: $CI_COMMIT_BRANCH == 'master' || $CI_COMMIT_BRANCH == 'dev'
exists:

View file

@ -56,10 +56,8 @@ COPY --from=builder /tmp/. .
RUN install-php-extensions mbstring \
ctype \
common; \
# Add git and tar
apk add git tar; \
# Install phive, phab and ncc; create workdir
chmod +x phive.phar; \
mv phive.phar /usr/local/bin/phive; \

View file

@ -56,10 +56,8 @@ COPY --from=builder /tmp/. .
RUN install-php-extensions mbstring \
ctype \
common; \
# Add git
apt install -y git; \
# Install phive, phab and ncc; create workdir
chmod +x phive.phar; \
mv phive.phar /usr/local/bin/phive; \