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
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:
parent
6946de565b
commit
39abc55f05
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
trigger ci v16
|
||||
trigger ci v17
|
||||
|
|
|
|||
Loading…
Reference in New Issue