Skip to content
Snippets Groups Projects
Commit a8983e2e authored by Matthew K Defenderfer's avatar Matthew K Defenderfer
Browse files

fix name

parent f88e6fdc
Branches main
Tags v2.7
No related merge requests found
Pipeline #11965 passed with stages
in 11 minutes and 19 seconds
......@@ -39,7 +39,7 @@ build-latest:
- echo "Building and tagging as latest"
- docker pull $CI_REGISTRY_IMAGE:latest || true
- docker build --build-arg BUILDKIT_INLINE_CACHE=1 --cache-from $CI_REGISTRY_IMAGE:latest -t $CI_REGISTRY_IMAGE:latest .
- docker push $CONTAINER_IMAGE:latest
- docker push $CI_REGISTRY_IMAGE:latest
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