chore: update Docker registry password to use MY_BUILDTOKEN secret
CI/CD Pipeline / Lint & Check (push) Successful in 55s
CI/CD Pipeline / Build & Push Docker Image (push) Successful in 12m47s

This commit is contained in:
2026-05-09 05:27:19 +02:00
parent 1da1656f16
commit cd5faa8332
+1 -1
View File
@@ -51,7 +51,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.MY_BUILDTOKEN }}
- name: Extract metadata (tags, labels) for Docker
id: meta