test workflow build and push on gitea registry
Build and Push Docker Image / test (push) Failing after 10s Details

This commit is contained in:
Nicolas CARON 2024-03-15 11:36:17 +01:00
parent e0f2693f09
commit f1c77bfebf
1 changed files with 7 additions and 0 deletions

View File

@ -19,6 +19,13 @@ jobs:
uses: actions/checkout@v3
- name: Check folders
run: |
pwd
ls -la
- name: test
image: ghcr.io/catthehacker/ubuntu:act-latest
imagePullPolicy: Always
run: |
docker --version
pwd