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
9d5724b2
Commit
9d5724b2
authored
5 years ago
by
Erick Hitter
Browse files
Options
Downloads
Plain Diff
Merge branch 'fix/build' into 'master'
Still not the correct path See merge request
!3
parents
c1d2ac96
85098912
No related branches found
Branches containing commit
No related tags found
1 merge request
!3
Still not the correct path
Pipeline
#868
passed with stages
in 3 minutes and 16 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 @
9d5724b2
...
@@ -34,8 +34,8 @@ lint:shell-script:
...
@@ -34,8 +34,8 @@ lint:shell-script:
build:master
:
build:master
:
stage
:
deploy
stage
:
deploy
script
:
script
:
-
docker build --pull -t "$CI_REGISTRY_IMAGE
/
latest" ./context/
-
docker build --pull -t "$CI_REGISTRY_IMAGE
:
latest" ./context/
-
docker push "$CI_REGISTRY_IMAGE
/
latest"
-
docker push "$CI_REGISTRY_IMAGE
:
latest"
only
:
only
:
-
master
-
master
when
:
manual
when
:
manual
...
@@ -43,7 +43,7 @@ build:master:
...
@@ -43,7 +43,7 @@ build:master:
build:dev
:
build:dev
:
stage
:
deploy
stage
:
deploy
script
:
script
:
-
docker build --pull -t "$CI_REGISTRY_IMAGE
/
dev" ./context/
-
docker build --pull -t "$CI_REGISTRY_IMAGE
:
dev" ./context/
-
docker push "$CI_REGISTRY_IMAGE
/
dev"
-
docker push "$CI_REGISTRY_IMAGE
:
dev"
except
:
except
:
-
master
-
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