fix(ci): Use different token variable
Tests / unit (push) Canceled after 0s
Tests / integration (push) Canceled after 0s
Docker Image CI / test (push) Successful in 58s
Docker Image CI / deploy (push) Failing after 9s

This commit is contained in:
2026-08-23 04:18:21 +02:00
parent cc444fc444
commit 961564384b
+1 -1
View File
@@ -44,7 +44,7 @@ jobs:
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ github.token }}
- name: Extract metadata for Docker - name: Extract metadata for Docker
id: meta id: meta
uses: docker/metadata-action@v5 uses: docker/metadata-action@v5