new build

This commit is contained in:
Egor Matveev 2021-11-15 23:52:47 +03:00
parent 453055e85c
commit 4a58b14980

View File

@ -12,7 +12,7 @@ build:
- main
script:
- docker login -u mathwave -p $DOCKERHUB_PASSWORD
- docker build -t mathwave/sprint-repo:sprint .
- docker build --cache-from=mathwave/sprint-repo:sprint -t mathwave/sprint-repo:sprint .
- docker push mathwave/sprint-repo:sprint
.deploy: