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
|
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
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
trigger ci v15
|
trigger ci v16
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue