Action: build custom image
All checks were successful
Build and push runner-custom image / publish (push) Successful in 20s

This commit is contained in:
Jérémie SALVI
2024-12-21 19:18:46 +01:00
parent 88b490882a
commit ecf0214bed

View File

@@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- run: | - run: |
ls ${{ gitea.workspace }} echo "${{ secrets.PASS }}"
- run: | - run: |
cd ${{ gitea.workspace }} cd ${{ gitea.workspace }}
- run: | - run: |