commit
This commit is contained in:
4
Makefile
4
Makefile
@@ -4,6 +4,6 @@ export BUILD_TIME := $(shell date "+%H:%M:%S %d.%m.%Y")
|
||||
build:
|
||||
@echo "Building commit $(GIT_COMMIT)"
|
||||
@echo "Build time $(BUILD_TIME)"
|
||||
go mod tidy
|
||||
go mod tidy -v -x
|
||||
docker build --build-arg GIT_COMMIT --build-arg BUILD_TIME -t git.nix13.pw/scuroneko/yaemikobot:dev -f ./Dockerfile .
|
||||
docker push git.nix13.pw/scuroneko/yaemikobot:dev
|
||||
docker push git.nix13.pw/scuroneko/yaemikobot:dev
|
||||
|
||||
Reference in New Issue
Block a user