fix: set correct Kaniko context and dockerfile path
Build and Push Docker Images / deploy (push) Blocked by required conditions Details
Build and Push Docker Images / build (api) (push) Successful in 51s Details
Build and Push Docker Images / build (web) (push) Successful in 1m12s Details
Build and Push Docker Images / build (worker) (push) Has been cancelled Details

This commit is contained in:
fchinembiri 2026-05-08 18:04:30 +02:00
parent 26f46d4923
commit 6946de565b
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1 +1 @@
trigger ci v15 trigger ci v16