fix(deps,ci): update module path to forgejo.riotpiao.com/rock/homelab-frontend, switch to GITHUB_TOKEN
Build / Build and push image (push) Failing after 12s
CI / Test, vet, build (push) Successful in 2m18s

This commit is contained in:
Story Crater Bot
2026-08-21 20:46:45 -07:00
parent 6cf5c3e5a9
commit b6767e247c
23 changed files with 27 additions and 27 deletions
+2 -2
View File
@@ -67,10 +67,10 @@ jobs:
- name: Registry login
run: |
echo "${FORGEJO_PAT}" | docker login "${REGISTRY}" \
echo "${GITHUB_TOKEN}" | docker login "${REGISTRY}" \
--username rock --password-stdin
env:
FORGEJO_PAT: ${{ secrets.FORGEJO_RIOTPIAO_PAT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Build
run: |