Added docker login and push of image

This commit is contained in:
Stefan H 2022-02-17 09:49:05 +01:00
parent a716d7473a
commit 091a5edf83

View file

@ -19,7 +19,6 @@ stages: # List of stages for jobs, and their order of execution
build-job: # This job runs in the build stage, which runs first. build-job: # This job runs in the build stage, which runs first.
stage: build stage: build
script: script:
- echo "******** Start Build Docker Image ********" - echo "******** Start Build Docker Image ********"
- docker build -t php-apache-rsvg . - docker build -t php-apache-rsvg .