Skip to content

Commit faf8645

Browse files
committed
Set up Docker Buildx
1 parent 956a51c commit faf8645

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cicd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
- name: "Install InvokeBuild Module"
3333
shell: pwsh
3434
run: Install-Module -Name InvokeBuild -Force
35+
- name: Set up Docker Buildx
36+
uses: docker/setup-buildx-action@v3
3537
- name: "Restore"
3638
shell: pwsh
3739
run: .\restore.ps1 -Instance ${{github.run_id}}

0 commit comments

Comments
 (0)