Fix cache naming
Some checks failed
Build VMCli with PowerShell / Build-VMCli (push) Has been cancelled
Some checks failed
Build VMCli with PowerShell / Build-VMCli (push) Has been cancelled
Signed-off-by: Leonardo Amaral <contato@leonardoamaral.com.br>
This commit is contained in:
parent
4fdee49975
commit
38032c6097
@ -34,7 +34,7 @@ jobs:
|
||||
path: /tmp/.buildx-cache
|
||||
key: ${{ runner.os }}-buildx-${{ github.sha }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-${{ runner.arch }}-buildx-rockylinux9
|
||||
${{ runner.os }}-${{ runner.arch }}-buildx-vmcli
|
||||
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
|
Loading…
Reference in New Issue
Block a user