test workflow build and push on gitea registry
Some checks failed
Build and Push Docker Image / test (push) Failing after 10s
Some checks failed
Build and Push Docker Image / test (push) Failing after 10s
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user