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
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:
parent
a525721aa0
commit
bc318e5b45
|
@ -11,6 +11,12 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: create data folder
|
||||||
|
run: |
|
||||||
|
mkdir data
|
||||||
|
ls -la
|
||||||
|
pwd
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
@ -48,7 +54,7 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: docker:20.10.7
|
image: docker:20.10.7
|
||||||
volumes:
|
volumes:
|
||||||
- /data:/data
|
- /workspace/coopgo-platform/mobility-accounts/data:/data
|
||||||
needs: clone_repository
|
needs: clone_repository
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue