test workflow build and push on gitea registry
Build and Push Docker Image / test (push) Successful in 7s
Details
Build and Push Docker Image / test (push) Successful in 7s
Details
This commit is contained in:
parent
eb066ba888
commit
599f66d065
|
@ -14,8 +14,14 @@ jobs:
|
|||
run: |
|
||||
pwd
|
||||
ls -la
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Check folders
|
||||
run: |
|
||||
pwd
|
||||
ls -la
|
||||
# checkout_repository:
|
||||
# runs-on:
|
||||
# group: ubuntu-latest
|
||||
|
|
Loading…
Reference in New Issue