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 5s
Details
Build and Push Docker Image / clone_repository (push) Successful in 3s
Details
Build and Push Docker Image / build_and_push_image (push) Failing after 3s
Details
Build and Push Docker Image / checkout_repository (push) Successful in 6s
Details
Build and Push Docker Image / login_docker_registry (push) Successful in 5s
Details
Build and Push Docker Image / clone_repository (push) Successful in 3s
Details
Build and Push Docker Image / build_and_push_image (push) Failing after 3s
Details
This commit is contained in:
parent
431233a1df
commit
b135171322
|
@ -30,8 +30,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: alpine/git:latest
|
||||
volumes:
|
||||
- /data:/workspace/coopgo-platform/mobility-accounts/
|
||||
# volumes:
|
||||
# - /data:/workspace/coopgo-platform/mobility-accounts/
|
||||
|
||||
steps:
|
||||
- name: Clone repository
|
||||
|
@ -80,6 +80,7 @@ jobs:
|
|||
|
||||
- name: Check folder
|
||||
run: |
|
||||
cd /data
|
||||
pwd
|
||||
ls -la
|
||||
|
||||
|
|
Loading…
Reference in New Issue