Skip to content
Snippets Groups Projects
Commit d6fc87ed authored by Dean Kelly's avatar Dean Kelly
Browse files

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
......@@ -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
......
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