test workflow build and push on gitea registry
Build and Push Docker Image / checkout_repository (push) Successful in 5s
Details
Build and Push Docker Image / login_docker_registry (push) Successful in 5s
Details
Build and Push Docker Image / clone_repository (push) Successful in 4s
Details
Build and Push Docker Image / build_and_push_image (push) Failing after 4s
Details
Build and Push Docker Image / checkout_repository (push) Successful in 5s
Details
Build and Push Docker Image / login_docker_registry (push) Successful in 5s
Details
Build and Push Docker Image / clone_repository (push) Successful in 4s
Details
Build and Push Docker Image / build_and_push_image (push) Failing after 4s
Details
This commit is contained in:
parent
b135171322
commit
54bc0245a9
|
@ -30,8 +30,8 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: alpine/git:latest
|
image: alpine/git:latest
|
||||||
# volumes:
|
volumes:
|
||||||
# - /data:/workspace/coopgo-platform/mobility-accounts/
|
- /workspace/coopgo-platform/mobility-accounts:/data
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
|
|
Loading…
Reference in New Issue