Fix pushing image
Some checks failed
Docker image build / Build docker image (push) Failing after 30s
Some checks failed
Docker image build / Build docker image (push) Failing after 30s
This commit is contained in:
parent
57c125d3dd
commit
efb7810bc5
@ -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 --load daemongit.dyndns.info/just_a_test/devops-test-app:$(version)
|
||||
|
||||
publish:
|
||||
docker push daemongit.dyndns.info/just_a_test/devops-test-app:$(version)
|
||||
|
Loading…
Reference in New Issue
Block a user