Skip to content

Commit 5f014ae

Browse files
committed
Release 32-3.7.4 - See CHANGELOG.md
1 parent 4e25de8 commit 5f014ae

3 files changed

Lines changed: 21 additions & 21 deletions

File tree

.github/workflows/image_build.yml

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,21 @@ on:
55

66
jobs:
77
build:
8-
runs-on: ubuntu-latest
9-
continue-on-error: true
108
strategy:
9+
fail-fast: false
1110
matrix:
1211
build:
1312
- { php_version: "8.4", php_version_latest: "true", distro: "alpine", distro_variant: "3.23", latest: "true", distro_latest: "true", arch: "linux/amd64,linux/arm64" }
14-
- { php_version: "8.3", php_version_latest: "true", distro: "alpine", distro_variant: "3.23", latest: "false", distro_latest: false, arch: "linux/amd64,linux/arm64" }
15-
env:
16-
BASE_IMAGE: "ghcr.io/nfrastack/container-nginx-php-fpm"
17-
PHP_BASE: ${{ matrix.build.php_version }}
18-
DISTRO: ${{ matrix.build.distro }}
19-
DISTRO_VARIANT: ${{ matrix.build.distro_variant }}
20-
LATEST: ${{ matrix.build.latest || 'true' }}
21-
DISTRO_LATEST: ${{ matrix.build.distro_latest || 'false' }}
22-
PHP_VERSION_LATEST: ${{ matrix.build.php_version_latest || 'false' }}
23-
ARCH: ${{ matrix.build.arch || 'linux/amd64,linux/arm64' }}
24-
TAG_VARIANTS: "simple"
25-
steps:
26-
- name: Build Image
27-
uses: nfrastack/gha/.github/actions/build_phpfpm_dependent_multi_image@main
28-
with:
29-
docker_username: ${{ secrets.DOCKER_USERNAME }}
30-
docker_password: ${{ secrets.DOCKER_PASSWORD }}
31-
github_token: ${{ secrets.GITHUB_TOKEN }}
13+
- { php_version: "8.3", php_version_latest: "true", distro: "alpine", distro_variant: "3.23", latest: "false", distro_latest: "true", arch: "linux/amd64,linux/arm64" }
14+
uses: nfrastack/gha/.github/workflows/container-build_generic.yml@main
15+
with:
16+
base_image: "ghcr.io/nfrastack/container-nginx-php-fpm"
17+
php_version: ${{ matrix.build.php_version }}
18+
php_version_latest: ${{ matrix.build.php_version_latest }}
19+
distro: ${{ matrix.build.distro }}
20+
distro_variant: ${{ matrix.build.distro_variant }}
21+
latest: ${{ matrix.build.latest || 'false' }}
22+
distro_latest: ${{ matrix.build.distro_latest || 'false' }}
23+
platforms: ${{ matrix.build.arch || 'linux/amd64,linux/arm64' }}
24+
base_image_version: ${{ matrix.build.base_image_version || '' }}
25+
secrets: inherit

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 32-3.7.4 2026-04-30 <code at nfrastack dot com>
2+
3+
### Added
4+
- Nextcloud 32.0.9
5+
6+
17
## 32-3.7.3 2026-04-02 <code at nfastack dot com>
28

39
### Added

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ LABEL \
1818
org.opencontainers.image.licenses="MIT"
1919

2020
ARG \
21-
NEXTCLOUD_VERSION="32.0.8" \
21+
NEXTCLOUD_VERSION="32.0.9" \
2222
NEXTCLOUD_FILES_BACKEND_VERSION="v1.3.1" \
2323
NEXTCLOUD_FILES_BACKEND_REPO_URL="https://github.com/nextcloud/notify_push" \
2424
DLIB_VERSION="v20.0.1" \

0 commit comments

Comments
 (0)