Action: build custom image
Some checks failed
Build and push runner-custom image / publish (push) Failing after 21s

This commit is contained in:
Jérémie SALVI
2024-12-21 19:27:57 +01:00
parent d58b3e2fd9
commit 6d5abaa8a4

View File

@@ -9,8 +9,11 @@ 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.ACCESS_TOKEN }}"
- run: pwd
- run: |
cd ${{ gitea.workspace }}
- run: |
pwd
- run: |
docker login --username beastie --password "${{ secrets.ACCESS_TOKEN }}"