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

This commit is contained in:
2024-03-15 08:54:28 +01:00
parent 68c8941157
commit 740d14894e

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