Add ghcr releases to pertinent containers.
This commit is contained in:
parent
fbc8d6415c
commit
6300de8dd7
5 changed files with 5 additions and 0 deletions
1
.github/workflows/mariadb.yml
vendored
1
.github/workflows/mariadb.yml
vendored
|
|
@ -34,3 +34,4 @@ jobs:
|
|||
push: true
|
||||
tags: |
|
||||
benzine/mariadb
|
||||
ghcr.io/benzine-framework/mariadb
|
||||
|
|
|
|||
1
.github/workflows/mqtt.yml
vendored
1
.github/workflows/mqtt.yml
vendored
|
|
@ -33,3 +33,4 @@ jobs:
|
|||
push: true
|
||||
tags: |
|
||||
benzine/mqtt
|
||||
ghcr.io/benzine-framework/mqtt
|
||||
|
|
|
|||
1
.github/workflows/php-core.yml
vendored
1
.github/workflows/php-core.yml
vendored
|
|
@ -70,6 +70,7 @@ jobs:
|
|||
push: true
|
||||
tags: |
|
||||
benzine/php:core-${{ matrix.version }}
|
||||
ghcr.io/benzine-framework/php:core-${{ matrix.version }}
|
||||
build-args: |
|
||||
${{ steps.build_args.outputs.result }}
|
||||
|
||||
|
|
|
|||
1
.github/workflows/php-flavours.yml
vendored
1
.github/workflows/php-flavours.yml
vendored
|
|
@ -68,5 +68,6 @@ jobs:
|
|||
push: true
|
||||
tags: |
|
||||
benzine/php:${{ matrix.variant }}-${{ matrix.version }}
|
||||
ghcr.io/benzine-framework/php:${{ matrix.variant }}-${{ matrix.version }}
|
||||
build-args: |
|
||||
${{ steps.build_args.outputs.result }}
|
||||
|
|
|
|||
1
.github/workflows/redis.yml
vendored
1
.github/workflows/redis.yml
vendored
|
|
@ -33,3 +33,4 @@ jobs:
|
|||
push: true
|
||||
tags: |
|
||||
benzine/redis
|
||||
ghcr.io/benzine-framework/redis
|
||||
|
|
|
|||
Loading…
Reference in a new issue