mirror of
https://github.com/luzifer-docker/archlinux.git
synced 2024-11-08 07:20:09 +00:00
Only push the current image
This commit is contained in:
parent
53f5937db4
commit
eec02f2ea9
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -29,7 +29,7 @@ ci-test:
|
|||
-v $(PWD):/app -w /app $(DOCKER_ORGANIZATION)/$(DOCKER_IMAGE) \
|
||||
sh -c 'pacman -Syu --noconfirm make devtools docker && make docker-image-test'
|
||||
|
||||
docker-push: docker-image-test
|
||||
docker-push:
|
||||
docker login -u $(DOCKER_USER)
|
||||
docker push $(DOCKER_ORGANIZATION)/$(DOCKER_IMAGE)
|
||||
|
||||
|
|
Loading…
Reference in a new issue