test workflow build and push on gitea registry
Build and Push Docker Image / build_and_push (push) Failing after 38s
Details
Build and Push Docker Image / build_and_push (push) Failing after 38s
Details
This commit is contained in:
parent
b1fbc33792
commit
3ffca66344
|
@ -53,7 +53,7 @@ jobs:
|
||||||
# push: true
|
# push: true
|
||||||
# tags: "git.coopgo.io/coopgo-platform/mobility-accounts:test"
|
# tags: "git.coopgo.io/coopgo-platform/mobility-accounts:test"
|
||||||
- name: Build Docker image
|
- name: Build Docker image
|
||||||
run: docker build -t git.coopgo.io/coopgo-platform/mobilityaccounts:test .
|
run: docker build -t git.coopgo.io/coopgo-platform/mobility-accounts:test .
|
||||||
|
|
||||||
- name: Push Docker image
|
- name: Push Docker image
|
||||||
run: docker push git.coopgo.io/coopgo-platform/mobilityaccounts:test
|
run: docker push git.coopgo.io/coopgo-platform/mobility-accounts:test
|
Loading…
Reference in New Issue