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 / build_and_push_image (push) Failing after 4s Details

This commit is contained in:
Nicolas CARON 2024-03-13 14:56:45 +01:00
parent e2558ec3cb
commit 956b4a2d84
1 changed files with 7 additions and 7 deletions

View File

@ -54,14 +54,14 @@ jobs:
# run: | # run: |
# echo "Latest tag found: ${{ steps.get_tags.outputs.latest_tag }}" # echo "Latest tag found: ${{ steps.get_tags.outputs.latest_tag }}"
- name: Clone repository # - name: Clone repository
run: | # run: |
git clone -b dev --depth 1 https://ncaron:6744954b4a3a43422e62e8d110f90de527ce094d@git.coopgo.io/coopgo-platform/mobility-accounts.git . # git clone -b dev --depth 1 https://ncaron:6744954b4a3a43422e62e8d110f90de527ce094d@git.coopgo.io/coopgo-platform/mobility-accounts.git .
- name: Check Docker version # - name: Check Docker version
run: | # run: |
docker --version # docker --version
dockerd & # dockerd &
- name: Check folder - name: Check folder
run: | run: |