mirror of
https://github.com/ivuorinen/docker-php-with-imagick-multi.git
synced 2026-02-20 21:51:18 +00:00
Add registry definition to tags
This commit is contained in:
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@@ -48,4 +48,4 @@ jobs:
|
|||||||
file: Dockerfile-${{ matrix.php }}
|
file: Dockerfile-${{ matrix.php }}
|
||||||
platforms: ${{ matrix.arch }}
|
platforms: ${{ matrix.arch }}
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ env.IMAGE_NAME }}:${{ matrix.php }}
|
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ matrix.php }}
|
||||||
|
|||||||
Reference in New Issue
Block a user