Switch helm, container registry and workflow to local repo
All checks were successful
Docker image build / Build docker image (push) Successful in 1m25s
All checks were successful
Docker image build / Build docker image (push) Successful in 1m25s
This commit is contained in:
@ -11,7 +11,7 @@ start: $(GOBIN)/air
|
||||
$(GOBIN)/air
|
||||
|
||||
build:
|
||||
docker build . --tag quay.csssr.cloud/csssr/test-app:$(version)
|
||||
docker build . --tag daemongit.dyndns.info/just_a_test/devops-test-app:$(version)
|
||||
|
||||
publish:
|
||||
docker push quay.csssr.cloud/csssr/test-app:$(version)
|
||||
docker push daemongit.dyndns.info/just_a_test/devops-test-app:$(version)
|
||||
|
Reference in New Issue
Block a user