test workflow build and push on gitea registry
Build and Push Docker Image / checkout_repository (push) Successful in 7s Details
Build and Push Docker Image / login_docker_registry (push) Successful in 7s 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:29:19 +01:00
parent a525721aa0
commit bc318e5b45
1 changed files with 7 additions and 1 deletions

View File

@ -11,6 +11,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: create data folder
run: |
mkdir data
ls -la
pwd
- name: Checkout repository
uses: actions/checkout@v3
@ -48,7 +54,7 @@ jobs:
container:
image: docker:20.10.7
volumes:
- /data:/data
- /workspace/coopgo-platform/mobility-accounts/data:/data
needs: clone_repository
steps: