forked from TrueCloudLab/frostfs-node
[#785] make: Add image-storage-testnet
to images
target deps
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
654a3a6e60
commit
80df695a25
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -90,7 +90,7 @@ image-%:
|
|||
-t $(HUB_IMAGE)-$*:$(HUB_TAG) .
|
||||
|
||||
# Build all Docker images
|
||||
images: image-storage image-ir image-cli image-adm
|
||||
images: image-storage image-ir image-cli image-adm image-storage-testnet
|
||||
|
||||
# Build dirty local Docker images
|
||||
dirty-images: image-dirty-storage image-dirty-ir image-dirty-cli image-dirty-adm
|
||||
|
|
|
@ -42,7 +42,7 @@ Create images for `neofs-storage`, `neofs-ir` and `neofs-cli`, `neofs-adm` appli
|
|||
and push them into Docker Hub (so that releasing requires privileges in nspccdev
|
||||
organization in Docker Hub)
|
||||
|
||||
$ make images && make image-storage-testnet
|
||||
$ make images
|
||||
$ docker push nspccdev/neofs-storage:0.24.0
|
||||
$ docker push nspccdev/neofs-storage-testnet:0.24.0
|
||||
$ docker push nspccdev/neofs-ir:0.24.0
|
||||
|
|
Loading…
Reference in a new issue