fix penpot kaniko excecutor being passed wrong path to Containerfile
Some checks failed
Build Nextcloud / Build Nextcloud 32 Image (push) Successful in 1m20s
Build Nextcloud / Build Nextcloud 31 Image (push) Successful in 1m20s
Build Nextcloud / Build Nextcloud 30 Image (push) Successful in 1m20s
Build Penpot / Build Image penpot-frontend:2.1.2 (push) Failing after 1m12s
Build Penpot / Build Image penpot-exporter:2.1.2 (push) Failing after 1m13s
Build Penpot / Build Image penpot-backend:2.1.2 (push) Failing after 2m33s

This commit is contained in:
lilly 2026-05-15 09:29:05 +02:00
commit 7174feb4df
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g

View file

@ -51,8 +51,8 @@ jobs:
KANIKO_GIT_HAMBURG_CCC_DE_USER: forgejo-actions
KANIKO_GIT_HAMBURG_CCC_DE_PASSWORD: ${{ secrets.PACKAGES_TOKEN }}
run: /kaniko/executor
--dockerfile="${{forgejo.workspace }}/penpot/Containerfile"
--context="dir://${{ forgejo.workspace }}/penpot/docker/images/Dockerfile.${{ matrix.image-type }}"
--dockerfile="${{forgejo.workspace }}/penpot/docker/images/Dockerfile.${{ matrix.image-type }}"
--context="dir://${{ forgejo.workspace }}/penpot/"
--destination=git.hamburg.ccc.de/ccchh/oci-images/penpot-${{ matrix.image-type }}:${{ matrix.penpot-version }}
--no-push-cache
--credential-helpers=env