use secrets.GITEA_TOKEN explicitly
Build / build-and-push (push) Failing after 5s

This commit is contained in:
2026-09-05 13:35:12 +01:00
parent d0abd683cc
commit a3b44907b8
2 changed files with 2 additions and 6 deletions
+1 -3
View File
@@ -39,9 +39,7 @@ jobs:
- uses: actions/checkout@v4
- name: Log in to the container registry
env:
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
run: echo "$GITEA_TOKEN" | docker login code.aneur.in -u "${{ gitea.actor }}" --password-stdin
run: echo "${{ secrets.GITEA_TOKEN }}" | docker login code.aneur.in -u "${{ gitea.actor }}" --password-stdin
- name: Build and push the image
run: |