1
0

Replace buildx to kaniko
Some checks failed
Build VMCli with PowerShell / Build-VMCli (push) Failing after 1m29s

Signed-off-by: Leonardo Amaral <contato@leonardoamaral.com.br>
This commit is contained in:
Leonardo Amaral 2024-07-26 19:34:12 -03:00
parent f8958bd25c
commit 0925837b48
Signed by: leonardo
SSH Key Fingerprint: SHA256:5aHb9wgXOaC7ZHAfMBTvRdJBrNsxHf8jC5p/4aUlFCo

View File

@ -47,16 +47,13 @@ jobs:
registry: git.leonardoamaral.com.br registry: git.leonardoamaral.com.br
- name: Build and push - name: Build and push
uses: docker/build-push-action@v5 uses: int128/kaniko-action@v1
with: with:
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
context: .
file: ./Containerfile
platforms: linux/amd64
push: true push: true
tags: git.leonardoamaral.com.br/leonardo/vmcli-powershell-container tags: git.leonardoamaral.com.br/leonardo/vmcli-powershell-container
network: webservices 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: |