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) Successful in 5s Details
Build and Push Docker Image / build_and_push_image (push) Failing after 4s Details

This commit is contained in:
Nicolas CARON 2024-03-15 09:08:38 +01:00
parent f4b1d75e96
commit d3bdfb24b9
1 changed files with 10 additions and 11 deletions

View File

@ -15,9 +15,19 @@ jobs:
- /workspace/coopgo-platform/mobility-accounts/data:/workspace/coopgo-platform/mobility-accounts/data - /workspace/coopgo-platform/mobility-accounts/data:/workspace/coopgo-platform/mobility-accounts/data
steps: steps:
- name: Check folders
run: |
pwd
ls -la
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Check folders
run: |
pwd
ls -la
login_docker_registry: login_docker_registry:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
@ -60,12 +70,6 @@ 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:
@ -100,11 +104,6 @@ jobs:
# run: | # run: |
# 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: |