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
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:
parent
26f46d4923
commit
6946de565b
|
|
@ -30,8 +30,8 @@ jobs:
|
|||
uses: docker://gcr.io/kaniko-project/executor:debug
|
||||
with:
|
||||
args: >-
|
||||
--dockerfile=apps/${{ matrix.component }}/Dockerfile
|
||||
--context=dir://${{ gitea.workspace }}
|
||||
--dockerfile=Dockerfile
|
||||
--context=dir://${{ gitea.workspace }}/apps/${{ matrix.component }}
|
||||
--destination=frankchine/geocrop-${{ matrix.component }}:${{ gitea.sha }}
|
||||
--destination=frankchine/geocrop-${{ matrix.component }}:latest
|
||||
--cache=true
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
trigger ci v15
|
||||
trigger ci v16
|
||||
|
|
|
|||
Loading…
Reference in New Issue