ci: rename registry secrets to REGISTRY_USERNAME/REGISTRY_TOKEN
CI / Build Native (push) Failing after 2s
CI / Build JVM (push) Failing after 1s
CI / Build & Push Native Image (push) Has been skipped

Aligns with the secret names configured in the Gitea repo
settings instead of the originally assumed GITEA_*/GITEA_* names.
This commit is contained in:
2026-08-12 16:22:33 -04:00
parent 9db3f7a914
commit 14e892539a
+2 -2
View File
@@ -104,8 +104,8 @@ jobs:
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: gitea.danielarroyo.cl registry: gitea.danielarroyo.cl
username: ${{ secrets.GITEA_USERNAME }} username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.GITEA_TOKEN }} password: ${{ secrets.REGISTRY_TOKEN }}
- name: Extract short SHA - name: Extract short SHA
id: meta id: meta