[#785] make: Add `image-storage-testnet` to `images` target deps

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
remotes/fyrchik/meta-pebble
Pavel Karpy 2021-09-14 12:07:34 +03:00 committed by Stanislav Bogatyrev
parent 654a3a6e60
commit 80df695a25
2 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ image-%:
-t $(HUB_IMAGE)-$*:$(HUB_TAG) . -t $(HUB_IMAGE)-$*:$(HUB_TAG) .
# Build all Docker images # 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 # Build dirty local Docker images
dirty-images: image-dirty-storage image-dirty-ir image-dirty-cli image-dirty-adm dirty-images: image-dirty-storage image-dirty-ir image-dirty-cli image-dirty-adm

View File

@ -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 and push them into Docker Hub (so that releasing requires privileges in nspccdev
organization in Docker Hub) 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:0.24.0
$ docker push nspccdev/neofs-storage-testnet:0.24.0 $ docker push nspccdev/neofs-storage-testnet:0.24.0
$ docker push nspccdev/neofs-ir:0.24.0 $ docker push nspccdev/neofs-ir:0.24.0