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
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue