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 5s
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 4s
Details
Build and Push Docker Image / checkout_repository (push) Successful in 6s
Details
Build and Push Docker Image / login_docker_registry (push) Successful in 5s
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 4s
Details
This commit is contained in:
parent
cb2ce7bc1b
commit
22db0f738f
|
@ -31,7 +31,7 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: alpine/git:latest
|
image: alpine/git:latest
|
||||||
volumes:
|
volumes:
|
||||||
- /tmp:/tmp
|
- /tmp:/workspace/coopgo-platform/mobility-accounts/
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
|
@ -45,8 +45,6 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: docker:20.10.7
|
image: docker:20.10.7
|
||||||
volumes:
|
|
||||||
- /tmp:/tmp
|
|
||||||
needs: clone_repository
|
needs: clone_repository
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -81,6 +79,7 @@ jobs:
|
||||||
- name: Check folder
|
- name: Check folder
|
||||||
run: |
|
run: |
|
||||||
cd /tmp
|
cd /tmp
|
||||||
|
pwd
|
||||||
ls -la
|
ls -la
|
||||||
|
|
||||||
- name: Build and Push Docker Image
|
- name: Build and Push Docker Image
|
||||||
|
|
Loading…
Reference in New Issue