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
|
||||
matrix:
|
||||
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
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue