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
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:
parent
909739102d
commit
7174feb4df
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue