1
0

Minor fix to CI
Some checks failed
Build w00f-docker image / Build-VMCli (push) Has been cancelled

Signed-off-by: Leonardo Amaral <contato@leonardoamaral.com.br>
This commit is contained in:
Leonardo Amaral 2024-08-05 16:46:44 -03:00
parent aa70054eca
commit 861c5bb2af
Signed by: leonardo
SSH Key Fingerprint: SHA256:5aHb9wgXOaC7ZHAfMBTvRdJBrNsxHf8jC5p/4aUlFCo

View File

@ -1,4 +1,4 @@
name: Build VMCli with PowerShell name: Build w00f-docker image
on: [push] on: [push]
jobs: jobs:
@ -35,7 +35,7 @@ jobs:
path: /tmp/.buildx-cache path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }} key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: | restore-keys: |
${{ runner.os }}-${{ runner.arch }}-buildx-vmcli ${{ runner.os }}-${{ runner.arch }}-buildx-woof
- name: Login to Docker Hub - name: Login to Docker Hub
uses: docker/login-action@v3 uses: docker/login-action@v3
@ -56,4 +56,3 @@ jobs:
run: | run: |
rm -rf /tmp/.buildx-cache rm -rf /tmp/.buildx-cache
mv /tmp/.buildx-cache-new /tmp/.buildx-cache mv /tmp/.buildx-cache-new /tmp/.buildx-cache