fix nextcloud ci not specifying containerfile path correctly
All checks were successful
Build Nextcloud / Build Container-2 (push) Successful in 1m3s
Build Nextcloud / Build Container (push) Successful in 1m3s
Build Nextcloud / Build Container-1 (push) Successful in 1m5s

This commit is contained in:
lilly 2026-05-15 09:10:12 +02:00
commit 1f89b8f89a
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g

View file

@ -28,7 +28,7 @@ jobs:
KANIKO_GIT_HAMBURG_CCC_DE_USER: forgejo-actions KANIKO_GIT_HAMBURG_CCC_DE_USER: forgejo-actions
KANIKO_GIT_HAMBURG_CCC_DE_PASSWORD: ${{ secrets.PACKAGES_TOKEN }} KANIKO_GIT_HAMBURG_CCC_DE_PASSWORD: ${{ secrets.PACKAGES_TOKEN }}
run: /kaniko/executor run: /kaniko/executor
--dockerfile="${{forgejo.workspace }}/Containerfile" --dockerfile="${{forgejo.workspace }}/nextcloud/Containerfile"
--context="dir://${{ forgejo.workspace }}/nextcloud" --context="dir://${{ forgejo.workspace }}/nextcloud"
--build-arg=TAG=${{ matrix.nextcloud-version }} --build-arg=TAG=${{ matrix.nextcloud-version }}
--destination=git.hamburg.ccc.de/ccchh/oci-images/nextcloud:${{ matrix.nextcloud-version }} --destination=git.hamburg.ccc.de/ccchh/oci-images/nextcloud:${{ matrix.nextcloud-version }}