and enable it in the workflow
This commit is contained in:
parent
ce58ceb146
commit
498bc936f8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-images.yml
vendored
2
.github/workflows/build-images.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
base-image: [stable, edge]
|
base-image: [stable, edge]
|
||||||
destination-image: [nginx-fpm-alpine, fs, pdo, gcs]
|
destination-image: [nginx-fpm-alpine, fs, gcs, pdo, s3]
|
||||||
name: ${{ matrix.destination-image }} image / ${{ matrix.base-image }} release
|
name: ${{ matrix.destination-image }} image / ${{ matrix.base-image }} release
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue