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 985817b commit a210b42Copy full SHA for a210b42
.github/workflows/az_acr_release.yml
@@ -20,16 +20,18 @@ jobs:
20
with:
21
submodules: 'true'
22
23
- - name: Set up Docker Buildx
24
- uses: docker/setup-buildx-action@v3
25
-
26
- name: Log into registry
27
uses: docker/login-action@v3
28
29
registry: "${{ env.AZURE_CONTAINER_REGISTRY }}"
30
username: "${{ env.ACR_LOGIN_USERNAME }}"
31
password: "${{ env.ACR_LOGIN_PASSWORD }}"
32
+ - name: Set up Docker Buildx
+ uses: docker/setup-buildx-action@v3
+ with:
33
+ driver: docker
34
+
35
- name: Build & Push ${{ github.event.repository.name }}:${{ env.IMAGE_TAG }}
36
uses: docker/build-push-action@v5
37
0 commit comments