mirror of
https://github.com/gsi-upm/senpy
synced 2025-08-23 18:12:20 +00:00
Will anything break this time? We shall see
This commit is contained in:
6
Makefile
6
Makefile
@@ -98,11 +98,11 @@ push-latest: build-$(PYMAIN)
|
||||
docker push '$(IMAGENAME)'
|
||||
docker push '$(IMAGEWTAG)'
|
||||
|
||||
push-%: build-%
|
||||
docker push $(IMAGE):$(VERSION)-python$*
|
||||
|
||||
push-main: push-$(PYMAIN)
|
||||
|
||||
push-%: build-%
|
||||
docker push $(IMAGENAME):$(VERSION)-python$*
|
||||
|
||||
ci:
|
||||
gitlab-runner exec docker --docker-volumes /var/run/docker.sock:/var/run/docker.sock --env CI_PROJECT_NAME=$(NAME) ${action}
|
||||
|
||||
|
Reference in New Issue
Block a user