Switch package name
Some checks failed
Docker image build / Build docker image (push) Failing after 45s
Some checks failed
Docker image build / Build docker image (push) Failing after 45s
This commit is contained in:
parent
d3d3ca59bb
commit
d9533b4798
2
.github/workflows/build-docker-image.yaml
vendored
2
.github/workflows/build-docker-image.yaml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: daemongit.dyndns.info
|
||||
username: just_a_test2
|
||||
username: just_a_test
|
||||
password: ${{ secrets.GIT_REGISTRY_PASSWORD }}
|
||||
|
||||
- name: Publish test-app
|
||||
|
@ -11,7 +11,7 @@ start: $(GOBIN)/air
|
||||
$(GOBIN)/air
|
||||
|
||||
build:
|
||||
docker build . --tag daemongit.dyndns.info/just_a_test/test-app:$(version)
|
||||
docker build . --tag daemongit.dyndns.info/just_a_test/devops-test-app:$(version)
|
||||
|
||||
publish:
|
||||
docker push daemongit.dyndns.info/just_a_test/test-app:$(version)
|
||||
docker push daemongit.dyndns.info/just_a_test/devops-test-app:$(version)
|
||||
|
Loading…
Reference in New Issue
Block a user