docker-scripts/linux/teamcity/agent/Makefile

5 lines
119 B
Makefile
Raw Normal View History

2019-09-14 22:28:02 +03:00
all: tca
tca:
2019-12-13 12:55:54 +03:00
docker build --compress -t epicmorg/teamcity-agent:latest .
2020-01-30 18:36:30 +03:00
docker push epicmorg/teamcity-agent:latest