test workflow build and push on gitea registry
Build and Push Docker Image / checkout_repository (push) Successful in 6s
Details
Build and Push Docker Image / login_docker_registry (push) Successful in 6s
Details
Build and Push Docker Image / clone_repository (push) Failing after 3s
Details
Build and Push Docker Image / build_and_push_image (push) Has been skipped
Details
Build and Push Docker Image / checkout_repository (push) Successful in 6s
Details
Build and Push Docker Image / login_docker_registry (push) Successful in 6s
Details
Build and Push Docker Image / clone_repository (push) Failing after 3s
Details
Build and Push Docker Image / build_and_push_image (push) Has been skipped
Details
This commit is contained in:
parent
42028219ba
commit
68c8941157
|
@ -10,7 +10,7 @@ jobs:
|
||||||
checkout_repository:
|
checkout_repository:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: ubuntu:latest
|
image: ghcr.io/catthehacker/ubuntu:act-latest
|
||||||
volumes:
|
volumes:
|
||||||
- /workspace/coopgo-platform/mobility-accounts/data:/workspace/coopgo-platform/mobility-accounts/data
|
- /workspace/coopgo-platform/mobility-accounts/data:/workspace/coopgo-platform/mobility-accounts/data
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue