Skip to content

Commit 76c93af

Browse files
Update seq-forwarder-build.yml with docker buildx
1 parent d3edf0a commit 76c93af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/seq-forwarder-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
username: ${{ secrets.ACR_USERNAME }}
3232
password: ${{ secrets.ACR_PASSWORD }}
3333

34+
- name: Set up Docker Buildx
35+
uses: docker/setup-buildx-action@v2
36+
3437
- name: Build and Push to ACR
3538
uses: docker/build-push-action@v2
3639
with:

0 commit comments

Comments
 (0)