Skip to content
Snippets Groups Projects
Commit ae4b75d9 authored by Noah Hilverling's avatar Noah Hilverling
Browse files

Make sure to push build images to the right tag

parent 5a625564
Branches feature/include-go
No related tags found
No related merge requests found
Pipeline #21292 passed
......@@ -32,7 +32,7 @@ ifdef IMAGE_EXTRA_TAG
endif
push:
docker push "$(IMAGE)"
docker push "$(IMAGE):$(VARIANT)"
ifdef IMAGE_EXTRA_TAG
docker push "$(IMAGE):$(IMAGE_EXTRA_TAG)"
endif
......
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