Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Automated Configuration Management - Dean
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dean Kelly
Automated Configuration Management - Dean
Commits
d6fc87ed
Commit
d6fc87ed
authored
5 months ago
by
Dean Kelly
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml file
parent
d116330f
Branches
main
No related tags found
No related merge requests found
Pipeline
#57110
failed with stages
in 2 minutes and 3 seconds
Changes
1
Pipelines
4
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 @
d6fc87ed
...
...
@@ -28,8 +28,8 @@ build:
image
:
fedora:latest
script
:
-
export PATH=$PATH:/usr/local/go/bin
-
echo "Building image..."
-
make
docker
-
build
IMG="$IMG_NAME:$IMG_TAG"
-
echo "Building image..."
-
docker
build
--platform=linux/amd64 -t ${IMG} .
-
echo "Build complete."
push
:
...
...
@@ -38,8 +38,8 @@ push:
script
:
-
export PATH=$PATH:/usr/local/go/bin
-
echo "Pushing image to Quay.io..."
-
make
docker
-
push
IMG="$IMG_NAME:$IMG_TAG"
-
ls
-
docker
push
${IMG}
-
echo "Push complete"
only
:
-
main
...
...
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