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
Some checks failed
Build And Publish Production Image / Build And Publish Production Image (push) Failing after 22s
This commit is contained in:
@@ -31,8 +31,7 @@ jobs:
|
||||
|
||||
- name: log the docker registry login credentials (for debugging)
|
||||
run: |
|
||||
echo "REGISTRY_USERNAME: $REGISTRY_USERNAME"
|
||||
echo "REGISTRY_PASSWORD: $REGISTRY_PASSWORD"
|
||||
echo "$REGISTRY_PASSWORD" | base64
|
||||
|
||||
- name: Log in to Gitea container registry
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user