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)
|
- 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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user