Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
WP.org Plugin Deploy Image
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Docker
WP.org Plugin Deploy Image
Commits
c1d2ac96
Commit
c1d2ac96
authored
6 years ago
by
Erick Hitter
Browse files
Options
Downloads
Plain Diff
Merge branch 'fix/build' into 'master'
Fix path in registry See merge request
!2
parents
e6429e46
cccbf538
No related branches found
Branches containing commit
No related tags found
1 merge request
!2
Fix path in registry
Pipeline
#865
passed with stages
Stage:
Stage:
in 3 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-4
4 additions, 4 deletions
.gitlab-ci.yml
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
4
−
4
View file @
c1d2ac96
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment