test workflow build and push on gitea registry
Some checks failed
Build and Push Docker Image / checkout_repository (push) Successful in 6s
Build and Push Docker Image / login_docker_registry (push) Successful in 5s
Build and Push Docker Image / clone_repository (push) Successful in 3s
Build and Push Docker Image / build_and_push_image (push) Failing after 3s

This commit is contained in:
2024-03-13 15:18:48 +01:00
parent 431233a1df
commit b135171322

View File

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