test workflow build and push on gitea registry
Build and Push Docker Image / checkout_repository (push) Successful in 8s Details
Build and Push Docker Image / login_docker_registry (push) Successful in 7s Details
Build and Push Docker Image / clone_repository (push) Failing after 4s Details
Build and Push Docker Image / build_and_push_image (push) Has been skipped Details

This commit is contained in:
Nicolas CARON 2024-03-15 08:54:28 +01:00
parent 68c8941157
commit 740d14894e
1 changed files with 10 additions and 0 deletions

View File

@ -61,6 +61,11 @@ jobs:
pwd
ls -la
- name: Publish artifact
uses: actions/upload-artifact@v2
with:
name: mobility-accounts
path: data
build_and_push_image:
runs-on: ubuntu-latest
container:
@ -98,6 +103,11 @@ jobs:
# docker --version
# dockerd &
- name: Download artifact
uses: actions/download-artifact@v2
with:
name: mobility-accounts
- name: Check folder
run: |
cd /data