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
afd4c41628
commit
066fe76a79
|
@ -32,14 +32,10 @@ jobs:
|
||||||
registry: git.coopgo.io
|
registry: git.coopgo.io
|
||||||
username: ncaron
|
username: ncaron
|
||||||
password: 6744954b4a3a43422e62e8d110f90de527ce094d
|
password: 6744954b4a3a43422e62e8d110f90de527ce094d
|
||||||
|
|
||||||
- name: Run Docker
|
- name: Run Docker
|
||||||
run: |
|
run: |
|
||||||
docker --version
|
docker --version
|
||||||
docker buildx --version
|
|
||||||
docker buildx create --use
|
|
||||||
docker buildx inspect --bootstrap
|
|
||||||
docker buildx ls
|
|
||||||
docker buildx build --platform linux/amd64,linux/arm64 -t git.coopgo.io/coopgo-platform/mobility-accounts:test .
|
docker buildx build --platform linux/amd64,linux/arm64 -t git.coopgo.io/coopgo-platform/mobility-accounts:test .
|
||||||
docker push git.coopgo.io/coopgo-platform/mobility-accounts:test
|
docker push git.coopgo.io/coopgo-platform/mobility-accounts:test
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue