test workflow build and push on gitea registry
Some checks failed
Build and Push Docker Image / checkout_repository (push) Successful in 7s
Build and Push Docker Image / login_docker_registry (push) Successful in 7s
Build and Push Docker Image / clone_repository (push) Successful in 3s
Build and Push Docker Image / build_and_push_image (push) Failing after 3s
Some checks failed
Build and Push Docker Image / checkout_repository (push) Successful in 7s
Build and Push Docker Image / login_docker_registry (push) Successful in 7s
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:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user