Add setup-buildx-action@v3
Some checks failed
Build VMCli with PowerShell / Build-VMCli (push) Failing after 3m27s
Some checks failed
Build VMCli with PowerShell / Build-VMCli (push) Failing after 3m27s
Signed-off-by: Leonardo Amaral <contato@leonardoamaral.com.br>
This commit is contained in:
parent
d93a87489d
commit
98501ddde2
@ -22,6 +22,9 @@ jobs:
|
||||
- name: Clone Repo
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user