fix: update Gitea registry login step to use correct secret names
Some checks failed
Build And Publish Production Image / Build And Publish Production Image (push) Failing after 22s

This commit is contained in:
2026-03-27 16:46:54 -03:00
parent 8893e85d53
commit af391efa89

View File

@@ -27,7 +27,7 @@ jobs:
run: docker build -t condado-newsletter:latest -f Dockerfile.allinone . run: docker build -t condado-newsletter:latest -f Dockerfile.allinone .
- name: Log in to Gitea container registry - name: Log in to Gitea container registry
run: echo "${{ secrets.GITEA_REGISTRY_PASSWORD }}" | docker login ${REGISTRY} -u "${{ secrets.GITEA_REGISTRY_USERNAME }}" --password-stdin run: echo "${{ secrets.REGISTRY_PASSWORD }}" | docker login ${REGISTRY} -u "${{ secrets.REGISTRY_USERNAME }}" --password-stdin
- name: Tag registry images - name: Tag registry images
run: | run: |