Action: build custom image
All checks were successful
Build and push runner-custom image / publish (push) Successful in 22s
All checks were successful
Build and push runner-custom image / publish (push) Successful in 22s
This commit is contained in:
@@ -9,9 +9,9 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||
run: |
|
||||
ls ${{ gitea.workspace }}
|
||||
run: |
|
||||
cd ${{ gitea.workspace }}
|
||||
run: |
|
||||
pwd
|
||||
- run: |
|
||||
ls ${{ gitea.workspace }}
|
||||
- run: |
|
||||
cd ${{ gitea.workspace }}
|
||||
- run: |
|
||||
pwd
|
||||
|
||||
Reference in New Issue
Block a user