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

yaml is dumb

parent 72fc616e
No related branches found
No related tags found
No related merge requests found
Pipeline #11499 failed with stages
in 13 seconds
default:
- image: ubuntu:22.04
image: ubuntu:22.04
stages:
- build
......@@ -37,7 +37,7 @@ publish_package:
build_and_push_docker_image:
stage: publish
image: hub.docker.io/docker:26.0.1-dind
image: docker:26.0.1-dind
script:
- docker build -t $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