chore: make push
This commit is contained in:
parent
25209e1a28
commit
701ed95761
5
Makefile
5
Makefile
|
@ -1,6 +1,9 @@
|
||||||
.PHONY: all build
|
.PHONY: all build push
|
||||||
|
|
||||||
all: build
|
all: build
|
||||||
|
|
||||||
build:
|
build:
|
||||||
docker build -t focs.ji.sjtu.edu.cn:5000/gitea/runner-images:focs-ubuntu-latest .
|
docker build -t focs.ji.sjtu.edu.cn:5000/gitea/runner-images:focs-ubuntu-latest .
|
||||||
|
|
||||||
|
push:
|
||||||
|
docker push focs.ji.sjtu.edu.cn:5000/gitea/runner-images:focs-ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue
Block a user