fix(ci): docker-image use token

This commit is contained in:
2025-03-15 14:46:22 +02:00
committed by GitHub
parent a7c575bb48
commit 4ba8a0390d

View File

@@ -19,7 +19,7 @@ jobs:
with:
name: ivuorinen/docker-php-with-imagick
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
default_branch: main
tags: "latest,php74"
cache: ${{ github.event_name != 'schedule' }}