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

This commit is contained in:
Nicolas CARON 2024-03-13 15:25:39 +01:00
parent 8fa6f50e38
commit a525721aa0
1 changed files with 4 additions and 1 deletions

View File

@ -31,7 +31,7 @@ jobs:
container:
image: alpine/git:latest
volumes:
- /workspace/coopgo-platform/mobility-accounts:/data
- /data:/data
steps:
- name: Clone repository
@ -47,6 +47,8 @@ jobs:
runs-on: ubuntu-latest
container:
image: docker:20.10.7
volumes:
- /data:/data
needs: clone_repository
steps:
@ -80,6 +82,7 @@ jobs:
- name: Check folder
run: |
cd /data
pwd
ls -la