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:16:48 +01:00
parent 108e1f576e
commit 431233a1df
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ jobs:
- name: Clone repository
run: |
pwd
mkdir /data
cd /data
git clone -b dev --depth 1 https://ncaron:6744954b4a3a43422e62e8d110f90de527ce094d@git.coopgo.io/coopgo-platform/mobility-accounts.git .
pwd