fix: update logging of Docker registry credentials to use base64 encoding
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 22:28:45 -03:00
parent 000bc0cc36
commit 854fabd874

View File

@@ -31,8 +31,7 @@ jobs:
- name: log the docker registry login credentials (for debugging) - name: log the docker registry login credentials (for debugging)
run: | run: |
echo "REGISTRY_USERNAME: $REGISTRY_USERNAME" echo "$REGISTRY_PASSWORD" | base64
echo "REGISTRY_PASSWORD: $REGISTRY_PASSWORD"
- name: Log in to Gitea container registry - name: Log in to Gitea container registry
run: | run: |