Change Kaniko to Docker
All checks were successful
Build VMCli with PowerShell / Build-VMCli (push) Successful in 11m56s
All checks were successful
Build VMCli with PowerShell / Build-VMCli (push) Successful in 11m56s
Signed-off-by: Leonardo Amaral <contato@leonardoamaral.com.br>
This commit is contained in:
parent
0925837b48
commit
e1ca9d8459
@ -47,13 +47,9 @@ jobs:
|
|||||||
registry: git.leonardoamaral.com.br
|
registry: git.leonardoamaral.com.br
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: int128/kaniko-action@v1
|
run: |
|
||||||
with:
|
docker buildx build --cache-from type=local,src=/tmp/.buildx-cache --cache-to type=local,dest=/tmp/.buildx-cache-new,mode=max --load --tag git.leonardoamaral.com.br/leonardo/vmcli-powershell-container:ubi --file Containerfile .
|
||||||
push: true
|
docker push git.leonardoamaral.com.br/leonardo/vmcli-powershell-container:ubi
|
||||||
tags: git.leonardoamaral.com.br/leonardo/vmcli-powershell-container
|
|
||||||
cache: true
|
|
||||||
cache-repository: git.leonardoamaral.com.br/leonardo/vmcli-powershell-container-cache
|
|
||||||
executor: --network webservices gcr.io/kaniko-project/executor:debug
|
|
||||||
|
|
||||||
- name: Move cache
|
- name: Move cache
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user