chore: make push

This commit is contained in:
张泊明518370910136 2024-06-29 22:39:29 -04:00
parent 25209e1a28
commit 701ed95761
GPG Key ID: CA088E6D9284F870

View File

@ -1,6 +1,9 @@
.PHONY: all build
.PHONY: all build push
all: build
build:
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