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 6s
Build and Push Docker Image / clone_repository (push) Failing after 1m43s
Build and Push Docker Image / build_and_push_image (push) Has been skipped
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 6s
Build and Push Docker Image / clone_repository (push) Failing after 1m43s
Build and Push Docker Image / build_and_push_image (push) Has been skipped
This commit is contained in:
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@@ -40,18 +40,17 @@ jobs:
|
||||
|
||||
clone_repository:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: alpine/git:latest
|
||||
volumes:
|
||||
- /workspace/coopgo-platform/mobility-accounts/data:/workspace/coopgo-platform/mobility-accounts/data
|
||||
|
||||
steps:
|
||||
- name: Install Git
|
||||
run: apt-get install git -y
|
||||
|
||||
- name: create data folder
|
||||
run: |
|
||||
mkdir data
|
||||
ls -la
|
||||
pwd
|
||||
|
||||
|
||||
- name: Clone repository
|
||||
run: |
|
||||
pwd
|
||||
@@ -66,12 +65,11 @@ jobs:
|
||||
with:
|
||||
name: mobility-accounts
|
||||
path: data
|
||||
|
||||
build_and_push_image:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: docker:20.10.7
|
||||
volumes:
|
||||
- /workspace/coopgo-platform/mobility-accounts/data:/workspace/coopgo-platform/mobility-accounts/data
|
||||
needs: clone_repository
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user