Skip to content

Commit fbaba30

Browse files
committed
fix(actions/docker-parallel-multiarch-build): add missing vars needs for merge job
1 parent b70e36c commit fbaba30

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/docker-parallel-multiarch-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ jobs:
7575
build:
7676
name: Build container for ${{ matrix.platform }}
7777
runs-on: ${{ startsWith(matrix.platform, 'linux/arm') && 'ubuntu-24.04-arm' || 'ubuntu-24.04' }}
78-
needs: vars
78+
needs:
79+
- vars
7980
permissions:
8081
contents: read
8182
packages: write
@@ -199,6 +200,7 @@ jobs:
199200
id-token: write
200201
needs:
201202
- build
203+
- vars
202204
steps:
203205
- name: Download digests
204206
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8

containers/nextcloud-fpm-alpine-addons/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/386,linux/ppc64le,linux/s390x
22
# renovate: datasource=docker depName=nextcloud extractVersion=^(?<version>.*)-fpm-alpine$
33
# app_version: 30.0.6
4-
# revision: 2
4+
# revision: 1
55
# description: Nextcloud fpm alpine image with addons (imagemagick, smb support, imap support, kerberos support)
66
FROM nextcloud:30.0.6-fpm-alpine@sha256:fd092d936643c2e0c0b80c27d5518c793e5e215d5b5836e5ecdca973395b2c34
77

0 commit comments

Comments
 (0)