Small fix of the tag to get it in sync with docker hub
This commit is contained in:
parent
091a5edf83
commit
bd601b1e43
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ 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 silson/php-apache-rsvg .
|
||||||
- echo "************* Done Building *************"
|
- echo "************* Done Building *************"
|
||||||
|
|
||||||
deploy-job: # This job runs in the deploy stage.
|
deploy-job: # This job runs in the deploy stage.
|
||||||
|
|
Loading…
Reference in a new issue