re-instate the gone/php image names.
This commit is contained in:
parent
55cf02018c
commit
61754e710f
2 changed files with 2 additions and 0 deletions
1
.github/workflows/php-core.yml
vendored
1
.github/workflows/php-core.yml
vendored
|
|
@ -75,6 +75,7 @@ jobs:
|
|||
pull: true
|
||||
push: true
|
||||
tags: |
|
||||
gone/php:core-${{ matrix.version }}
|
||||
benzine/php:core-${{ matrix.version }}
|
||||
ghcr.io/benzine-framework/php:core-${{ matrix.version }}
|
||||
build-args: |
|
||||
|
|
|
|||
1
.github/workflows/php-flavours.yml
vendored
1
.github/workflows/php-flavours.yml
vendored
|
|
@ -73,6 +73,7 @@ jobs:
|
|||
pull: true
|
||||
push: true
|
||||
tags: |
|
||||
gone/php:${{ matrix.variant }}-${{ matrix.version }}
|
||||
benzine/php:${{ matrix.variant }}-${{ matrix.version }}
|
||||
ghcr.io/benzine-framework/php:${{ matrix.variant }}-${{ matrix.version }}
|
||||
build-args: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue