fix: use correct sub-directory context and dockerfile path for Kaniko
Build and Push Docker Images / build (worker) (push) Waiting to run Details
Build and Push Docker Images / deploy (push) Blocked by required conditions Details
Build and Push Docker Images / build (api) (push) Successful in 46s Details
Build and Push Docker Images / build (web) (push) Successful in 1m6s Details

This commit is contained in:
fchinembiri 2026-05-08 18:11:29 +02:00
parent 6946de565b
commit 39abc55f05
2 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ jobs:
uses: docker://gcr.io/kaniko-project/executor:debug
with:
args: >-
--dockerfile=Dockerfile
--context=dir://${{ gitea.workspace }}/apps/${{ matrix.component }}
--dockerfile=${{ gitea.workspace }}/apps/${{ matrix.component }}/Dockerfile
--destination=frankchine/geocrop-${{ matrix.component }}:${{ gitea.sha }}
--destination=frankchine/geocrop-${{ matrix.component }}:latest
--cache=true

View File

@ -1 +1 @@
trigger ci v16
trigger ci v17