Action: build custom image
Some checks failed
Build and push runner-custom image / publish (push) Failing after 21s
Some checks failed
Build and push runner-custom image / publish (push) Failing after 21s
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user