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

This commit is contained in:
Jérémie SALVI
2024-12-21 19:21:05 +01:00
parent ecf0214bed
commit d58b3e2fd9

View File

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