We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03f5a8e commit ffacfadCopy full SHA for ffacfad
.github/workflows/docker.yml
@@ -70,10 +70,13 @@ jobs:
70
runs-on: windows-2022
71
steps:
72
- uses: actions/checkout@v3
73
+ - name: Set up Docker Buildx
74
+ uses: docker/setup-buildx-action@v3
75
+ with:
76
+ driver: docker
77
- name: Build image
78
working-directory: windows
- shell: bash
- run: docker buildx build . --tag $IMAGE_NAME
79
+ run: docker buildx build . --tag ${{ env.IMAGE_NAME }}
80
81
publish-devcontainer:
82
if: ${{ github.ref == 'refs/heads/main' }}
0 commit comments