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 4s
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 4s
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
||||
container:
|
||||
image: alpine/git:latest
|
||||
volumes:
|
||||
- /tmp:/tmp
|
||||
- /tmp:/workspace/coopgo-platform/mobility-accounts/
|
||||
|
||||
steps:
|
||||
- name: Clone repository
|
||||
@@ -45,8 +45,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: docker:20.10.7
|
||||
volumes:
|
||||
- /tmp:/tmp
|
||||
needs: clone_repository
|
||||
|
||||
steps:
|
||||
@@ -81,6 +79,7 @@ jobs:
|
||||
- name: Check folder
|
||||
run: |
|
||||
cd /tmp
|
||||
pwd
|
||||
ls -la
|
||||
|
||||
- name: Build and Push Docker Image
|
||||
|
||||
Reference in New Issue
Block a user