use CI_TOKEN
Some checks failed
Docker / build (push) Failing after 17s

This commit is contained in:
Robin Bärtschi 2025-02-22 22:25:58 +01:00
parent f9cd5a26cb
commit e25333c497

View File

@ -49,7 +49,7 @@ jobs:
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.CI_TOKEN }}
# Extract metadata (tags, labels) for Docker # Extract metadata (tags, labels) for Docker
# https://github.com/docker/metadata-action # https://github.com/docker/metadata-action