diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c329d22..934f2e6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ build-job: # This job runs in the build stage, which runs first. stage: build script: - echo "******** Start Build Docker Image ********" - - docker build -t php-apache-rsvg . + - docker build -t silson/php-apache-rsvg . - echo "************* Done Building *************" deploy-job: # This job runs in the deploy stage.