Skip to content

Commit

Permalink
Update docker-build.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Marcin Kozlowski <[email protected]>
  • Loading branch information
marcinguy authored Jul 3, 2024
1 parent c97d490 commit 386a565
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
- name: Build and Push Docker Images
uses: docker/build-push-action@v2
with:
ssh: | default=${{ env.SSH_AUTH_SOCK }}
ssh: |
default=${{ env.SSH_AUTH_SOCK }}
context: ${{ matrix.context }}
file: ${{ matrix.dockerfile }}
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit 386a565

Please sign in to comment.