1
0

Change Kaniko to Docker
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:
Leonardo Amaral 2024-07-26 19:48:15 -03:00
parent 0925837b48
commit e1ca9d8459
Signed by: leonardo
SSH Key Fingerprint: SHA256:5aHb9wgXOaC7ZHAfMBTvRdJBrNsxHf8jC5p/4aUlFCo

View File

@ -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: |