Fix pushing image
Some checks failed
Docker image build / Build docker image (push) Failing after 1m5s
Some checks failed
Docker image build / Build docker image (push) Failing after 1m5s
This commit is contained in:
parent
57c125d3dd
commit
be357c7c96
@ -11,7 +11,7 @@ start: $(GOBIN)/air
|
||||
$(GOBIN)/air
|
||||
|
||||
build:
|
||||
docker build . --tag daemongit.dyndns.info/just_a_test/devops-test-app:$(version)
|
||||
docker build . --tag daemongit.dyndns.info/just_a_test/devops-test-app:$(version) --debug
|
||||
|
||||
publish:
|
||||
docker push daemongit.dyndns.info/just_a_test/devops-test-app:$(version)
|
||||
|
Loading…
Reference in New Issue
Block a user