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

fix name

parent f88e6fdc
No related branches found
No related tags found
No related merge requests found
Pipeline #11965 passed with stages
in 11 minutes and 19 seconds
...@@ -39,7 +39,7 @@ build-latest: ...@@ -39,7 +39,7 @@ build-latest:
- echo "Building and tagging as latest" - echo "Building and tagging as latest"
- docker pull $CI_REGISTRY_IMAGE:latest || true - 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 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: only:
- main - 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