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

This commit is contained in:
2024-03-15 11:36:17 +01:00
parent e0f2693f09
commit f1c77bfebf

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