Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hashworks
archlinux-docker
Commits
eec02f2e
Commit
eec02f2e
authored
Mar 01, 2018
by
Pierre Schmitz
Browse files
Only push the current image
parent
53f5937d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
eec02f2e
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment