UNPKG
namillum
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.1
1.0.0
Bubble Protocol SDK
github.com/ValentinaKohler/namillum
ValentinaKohler/namillum
namillum
/
products
/
bridge
/
bridge-validators
/
Makefile
14 lines
(10 loc)
•
268 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.PHONY
: all
all: image/build-and-push
.ONESHELL:
SHELL := /bin/bash .SHELLFLAGS = -ec IMAGE_TAG ?= localhost:5001/zilliqa-bridge-validator:latest
## Build and push the Docker image
image/build-and-push:
docker build -t
"${IMAGE_TAG}"
. docker push
"${IMAGE_TAG}"