[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 a9a73fc204 - Show all commits
+5
View File
@@ -182,6 +182,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Dump environment (masked)
run: |
# Print all vars except anything that looks like a credential
env | grep -viE '(PASS|TOKEN|SECRET|KEY|PRIVATE|CERT)' || true
- name: Login to Gitea Container Registry
run: |
docker login -u gitea-sonarqube-bot -p ${REGISTRY_PASSWORD} git.trez.wtf