Test actions
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 22s

This commit is contained in:
Jérémie SALVI
2024-12-22 01:58:48 +01:00
parent c5c7e745c5
commit 3f85df197f

View File

@@ -11,7 +11,7 @@ jobs:
- run: | - run: |
docker build -t git.unixyourbrain.org/beastie/runner-custom:latest . docker build -t git.unixyourbrain.org/beastie/runner-custom:latest .
- run: | - run: |
echo "ea3f3b210bf527147657719ea194264acedce483" | \ echo "${{ secrets.ACCESS_TOKEN }}" | \
docker login --username beastie --password-stdin \ docker login --username beastie --password-stdin \
https://git.unixyourbrain.org/ https://git.unixyourbrain.org/
- run: | - run: |