Skip to content
Snippets Groups Projects
Commit c1d2ac96 authored by Erick Hitter's avatar Erick Hitter
Browse files

Merge branch 'fix/build' into 'master'

Fix path in registry

See merge request !2
parents e6429e46 cccbf538
No related branches found
No related tags found
1 merge request!2Fix path in registry
Pipeline #865 passed with stages
in 3 minutes and 5 seconds
......@@ -34,8 +34,8 @@ lint:shell-script:
build:master:
stage: deploy
script:
- docker build --pull -t "$CI_REGISTRY_IMAGE/wp-org-plugin-deploy:latest" ./context/
- docker push "$CI_REGISTRY_IMAGE/wp-org-plugin-deploy:latest"
- docker build --pull -t "$CI_REGISTRY_IMAGE/latest" ./context/
- docker push "$CI_REGISTRY_IMAGE/latest"
only:
- master
when: manual
......@@ -43,7 +43,7 @@ build:master:
build:dev:
stage: deploy
script:
- docker build --pull -t "$CI_REGISTRY_IMAGE/wp-org-plugin-deploy:dev" ./context/
- docker push "$CI_REGISTRY_IMAGE/wp-org-plugin-deploy:dev"
- docker build --pull -t "$CI_REGISTRY_IMAGE/dev" ./context/
- docker push "$CI_REGISTRY_IMAGE/dev"
except:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment