Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
query_engine
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Aleksander Vegsund
query_engine
Commits
8f029cbf
Commit
8f029cbf
authored
2 years ago
by
Joakim Røren Melum
Browse files
Options
Downloads
Patches
Plain Diff
Updated .gitlab-ci.yml file to hopefully fix a issue with the pipeline
parent
be3136e9
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#218564
failed
2 years ago
Stage: login
Stage: build
Stage: tagging
Stage: publish
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
with
1 addition
and
0 deletions
.gitlab-ci.yml
+
1
−
0
View file @
8f029cbf
...
@@ -108,6 +108,7 @@ docker-push-to-docker-hub:
...
@@ -108,6 +108,7 @@ docker-push-to-docker-hub:
-
echo "Tagging the docker image ${REPOSITORY_NAME} as ${DOCKER_USERNAME}/${IMAGE_NAME}"
-
echo "Tagging the docker image ${REPOSITORY_NAME} as ${DOCKER_USERNAME}/${IMAGE_NAME}"
-
docker tag ${REPOSITORY_NAME} ${DOCKER_USERNAME}/${IMAGE_NAME}
-
docker tag ${REPOSITORY_NAME} ${DOCKER_USERNAME}/${IMAGE_NAME}
script
:
script
:
-
docker images
-
echo "Pushing the docker image to docker hub as ${DOCKER_USERNAME}/${IMAGE_NAME}"
-
echo "Pushing the docker image to docker hub as ${DOCKER_USERNAME}/${IMAGE_NAME}"
-
docker push ${DOCKER_USERNAME}/${IMAGE_NAME}
-
docker push ${DOCKER_USERNAME}/${IMAGE_NAME}
needs
:
needs
:
...
...
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