Skip to content

Commit 6b09dcd

Browse files
authored
Update main.yml
1 parent 4756cfc commit 6b09dcd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
13+
14+
- name: Set up Docker Buildx
15+
uses: docker/setup-buildx-action@v3
16+
1317
- name: Build and push Docker images
1418
uses: docker/build-push-action@v5
1519
with:

0 commit comments

Comments
 (0)