[DOCKER] Automated PR for docker-ovos-misc-modifications_2025-09-01T15-10-07 - #3 #3

Merged
gitea-sonarqube-bot merged 17 commits from docker-ovos-misc-modifications_2025-09-01T15-10-07 into main 2025-09-02 06:31:30 -04:00
Showing only changes of commit 4b91839646 - Show all commits
+2 -3
View File
@@ -182,10 +182,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Dump environment (masked)
- name: Show Dockerrelated env vars
run: |
# Print all vars except anything that looks like a credential
env | grep -viE '(PASS|TOKEN|SECRET|KEY|PRIVATE|CERT)' || true
env | grep '^DOCKER_' || true
- name: Login to Gitea Container Registry
run: |