forked from TrueCloudLab/frostfs-http-gw
Makefile: add simple image-push target
And use it in workflow.
This commit is contained in:
parent
12859c2e5d
commit
93fcaffaaa
2 changed files with 8 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -66,6 +66,11 @@ image:
|
|||
-f Dockerfile \
|
||||
-t $(HUB_IMAGE):$(HUB_TAG) .
|
||||
|
||||
# Push Docker image to the hub
|
||||
image-push:
|
||||
@echo "⇒ Publish image"
|
||||
@docker push $(HUB_IMAGE):$(HUB_TAG)
|
||||
|
||||
# Build dirty Docker image
|
||||
dirty-image:
|
||||
@echo "⇒ Build NeoFS HTTP Gateway dirty docker image "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue