mirror of
https://github.com/ivuorinen/docker-php-with-imagick.git
synced 2026-02-18 16:50:26 +00:00
fix(ci): docker-image use token
This commit is contained in:
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: ivuorinen/docker-php-with-imagick
|
name: ivuorinen/docker-php-with-imagick
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
default_branch: main
|
default_branch: main
|
||||||
tags: "latest,php74"
|
tags: "latest,php74"
|
||||||
cache: ${{ github.event_name != 'schedule' }}
|
cache: ${{ github.event_name != 'schedule' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user