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

Make sure to push build images to the right tag

parent ae4244ff
No related branches found
No related tags found
No related merge requests found
Pipeline #22980 passed
......@@ -28,7 +28,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