do the same for other makefiles
This commit is contained in:
parent
f32ef32489
commit
bba7213128
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ container: server
|
||||||
docker build --pull -t $(PREFIX)-$(ARCH):$(TAG) .
|
docker build --pull -t $(PREFIX)-$(ARCH):$(TAG) .
|
||||||
|
|
||||||
push: container
|
push: container
|
||||||
gcloud docker push $(PREFIX)-$(ARCH):$(TAG)
|
gcloud docker -- push $(PREFIX)-$(ARCH):$(TAG)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f server
|
rm -f server
|
||||||
|
|
|
@ -8,7 +8,7 @@ container:
|
||||||
docker build --pull -t $(PREFIX):$(TAG) .
|
docker build --pull -t $(PREFIX):$(TAG) .
|
||||||
|
|
||||||
push: container
|
push: container
|
||||||
gcloud docker push $(PREFIX):$(TAG)
|
gcloud docker -- push $(PREFIX):$(TAG)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
docker rmi -f $(PREFIX):$(TAG) || true
|
docker rmi -f $(PREFIX):$(TAG) || true
|
||||||
|
|
Loading…
Reference in a new issue