Skip to content

Commit a0b0760

Browse files
committed
ci: update workflows config.
1 parent ace1c5d commit a0b0760

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,22 @@ jobs:
5252
5353
- run: ls -al
5454

55+
- name: Set up QEMU
56+
uses: docker/setup-qemu-action@v3
57+
5558
# Create Docker Image
5659
- name: Set up Docker Buildx
5760
uses: docker/setup-buildx-action@v3
5861
with:
5962
platforms: linux/amd64,linux/arm64
60-
63+
6164
- name: Login to Docker Hub
62-
uses: docker/login-action@v2
65+
uses: docker/login-action@v3
6366
with:
6467
username: ${{ secrets.DOCKER_USER }}
6568
password: ${{ secrets.DOCKER_PASSWORD }}
6669

70+
6771
- name: Build and push image:latest
6872
uses: docker/build-push-action@v3
6973
with:

0 commit comments

Comments
 (0)