We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 956a51c commit faf8645Copy full SHA for faf8645
.github/workflows/cicd.yml
@@ -32,6 +32,8 @@ jobs:
32
- name: "Install InvokeBuild Module"
33
shell: pwsh
34
run: Install-Module -Name InvokeBuild -Force
35
+ - name: Set up Docker Buildx
36
+ uses: docker/setup-buildx-action@v3
37
- name: "Restore"
38
39
run: .\restore.ps1 -Instance ${{github.run_id}}
0 commit comments