Reenable cache
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
53667aba8d
commit
4fdee49975
@ -28,6 +28,14 @@ jobs:
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Cache Docker layers
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: /tmp/.buildx-cache
|
||||
key: ${{ runner.os }}-buildx-${{ github.sha }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-${{ runner.arch }}-buildx-rockylinux9
|
||||
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user