test workflow build and push on gitea registry
Build and Push Docker Image / test (push) Failing after 10s
Details
Build and Push Docker Image / test (push) Failing after 10s
Details
This commit is contained in:
parent
e0f2693f09
commit
f1c77bfebf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue