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:
|
steps:
|
||||||
- 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: echo "${{ secrets.PASS }}"
|
- run: echo "${{ secrets.ACCESS_TOKEN }}"
|
||||||
|
- run: pwd
|
||||||
- run: |
|
- run: |
|
||||||
cd ${{ gitea.workspace }}
|
cd ${{ gitea.workspace }}
|
||||||
- run: |
|
- run: |
|
||||||
pwd
|
pwd
|
||||||
|
- run: |
|
||||||
|
docker login --username beastie --password "${{ secrets.ACCESS_TOKEN }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user