From bd601b1e4300b4cb1c8494754d149c6ac93a88dd Mon Sep 17 00:00:00 2001 From: Stefan H Date: Thu, 17 Feb 2022 09:59:36 +0100 Subject: [PATCH] Small fix of the tag to get it in sync with docker hub --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.