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

fix?

parent 5d1a5cea
No related branches found
No related tags found
No related merge requests found
Pipeline #11498 failed
...@@ -37,7 +37,7 @@ publish_package: ...@@ -37,7 +37,7 @@ publish_package:
build_and_push_docker_image: build_and_push_docker_image:
stage: publish stage: publish
image: docker:26.0.1-dind image: hub.docker.io/docker:26.0.1-dind
script: script:
- docker build -t $DOCKER_IMAGE:$CI_COMMIT_SHORT_SHA . - docker build -t $DOCKER_IMAGE:$CI_COMMIT_SHORT_SHA .
- docker push $DOCKER_IMAGE:$CI_COMMIT_SHORT_SHA - docker push $DOCKER_IMAGE:$CI_COMMIT_SHORT_SHA
......
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