test workflow build and push on gitea registry
Some checks failed
Build and Push Docker Image / checkout_repository (push) Successful in 8s
Build and Push Docker Image / login_docker_registry (push) Successful in 7s
Build and Push Docker Image / clone_repository (push) Failing after 4s
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 8s
Build and Push Docker Image / login_docker_registry (push) Successful in 7s
Build and Push Docker Image / clone_repository (push) Failing after 4s
Build and Push Docker Image / build_and_push_image (push) Has been skipped
This commit is contained in:
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@@ -61,6 +61,11 @@ jobs:
|
|||||||
pwd
|
pwd
|
||||||
ls -la
|
ls -la
|
||||||
|
|
||||||
|
- name: Publish artifact
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: mobility-accounts
|
||||||
|
path: data
|
||||||
build_and_push_image:
|
build_and_push_image:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
@@ -98,6 +103,11 @@ jobs:
|
|||||||
# docker --version
|
# docker --version
|
||||||
# dockerd &
|
# dockerd &
|
||||||
|
|
||||||
|
- name: Download artifact
|
||||||
|
uses: actions/download-artifact@v2
|
||||||
|
with:
|
||||||
|
name: mobility-accounts
|
||||||
|
|
||||||
- name: Check folder
|
- name: Check folder
|
||||||
run: |
|
run: |
|
||||||
cd /data
|
cd /data
|
||||||
|
|||||||
Reference in New Issue
Block a user