Test actions
Some checks failed
Build and push runner-custom image / publish (push) Failing after 7s

This commit is contained in:
Jérémie SALVI
2024-12-21 21:55:12 +01:00
parent 9fd85e4a27
commit a68d6911f8

View File

@@ -13,6 +13,8 @@ jobs:
if: gitea.ref == 'refs/heads/main' if: gitea.ref == 'refs/heads/main'
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: |
echo "Test"
- run: | - run: |
echo "${{ secrets.ACCESS_TOKEN }}" | docker login --username beastie --password-stdin https://git.unixyourbrain.org/ echo "${{ secrets.ACCESS_TOKEN }}" | docker login --username beastie --password-stdin https://git.unixyourbrain.org/
- run: | - run: |