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

Make sure to push build images to the right tag

parent f446db6c
No related branches found
No related tags found
No related merge requests found
Pipeline #20660 passed
...@@ -32,7 +32,7 @@ ifdef IMAGE_EXTRA_TAG ...@@ -32,7 +32,7 @@ ifdef IMAGE_EXTRA_TAG
endif endif
push: push:
docker push "$(IMAGE)" docker push "$(IMAGE):$(VARIANT)"
ifdef IMAGE_EXTRA_TAG ifdef IMAGE_EXTRA_TAG
docker push "$(IMAGE):$(IMAGE_EXTRA_TAG)" docker push "$(IMAGE):$(IMAGE_EXTRA_TAG)"
endif 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