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
Some checks failed
Build And Publish Production Image / Build And Publish Production Image (push) Failing after 22s
This commit is contained in:
@@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user