fix: missing token
Some checks failed
Build and Push / check-and-build (push) Failing after 11m7s

This commit is contained in:
2026-03-01 09:20:08 +01:00
parent 1474022706
commit 82c56ccb44

View File

@@ -62,8 +62,8 @@ jobs:
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ secrets.REGISTRY_USER }} username: TDPI
password: ${{ secrets.REGISTRY_TOKEN }} password: ${{ secrets.GT_TOKEN }}
- name: Build and push - name: Build and push
if: steps.check.outputs.needed == 'true' if: steps.check.outputs.needed == 'true'