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
|
||||
|
||||
- name: Build and push
|
||||
uses: int128/kaniko-action@v1
|
||||
with:
|
||||
push: true
|
||||
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
|
||||
run: |
|
||||
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 .
|
||||
docker push git.leonardoamaral.com.br/leonardo/vmcli-powershell-container:ubi
|
||||
|
||||
- name: Move cache
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user