test workflow build and push on gitea registry
Build and Push Docker Image / build_and_push (push) Failing after 42s
Details
Build and Push Docker Image / build_and_push (push) Failing after 42s
Details
This commit is contained in:
parent
6b25143194
commit
e02d969e52
|
@ -36,7 +36,7 @@ jobs:
|
|||
- name: Run Docker
|
||||
run: |
|
||||
docker --version
|
||||
systemctl start docker
|
||||
service docker start
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue