Skip to content

Commit ebf64d8

Browse files
authored
Update main.yml
1 parent cb213d2 commit ebf64d8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,15 @@ jobs:
1818
with:
1919
username: ${{ secrets.DOCKER_USERNAME }}
2020
password: ${{ secrets.DOCKERHUB_TOKEN }}
21+
-
22+
name: Set up QEMU
23+
uses: docker/setup-qemu-action@v3
2124
-
2225
name: Set up Docker Buildx
2326
uses: docker/setup-buildx-action@v3
2427
-
2528
name: Build and push
26-
uses: docker/build-push-action@v5
29+
uses: docker/build-push-action@v6
2730
with:
2831
context: .
2932
push: true

0 commit comments

Comments
 (0)