Skip to content

Commit d6faab9

Browse files
committed
ci: update workflows config.
1 parent 15fbcf5 commit d6faab9

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -49,29 +49,23 @@ jobs:
4949
.next
5050
.git
5151
EOF
52-
53-
- run: ls -al
54-
55-
- name: Set up QEMU
52+
53+
- name: Setup QEMU
5654
uses: docker/setup-qemu-action@v3
55+
with:
56+
image: tonistiigi/binfmt:latest
57+
platforms: all
5758

5859
# Create Docker Image
5960
- name: Set up Docker Buildx
6061
uses: docker/setup-buildx-action@v3
61-
with:
62-
platforms: linux/amd64,linux/arm64
6362

6463
- name: Login to Docker Hub
6564
uses: docker/login-action@v3
6665
with:
6766
username: ${{ secrets.DOCKER_USER }}
6867
password: ${{ secrets.DOCKER_PASSWORD }}
6968

70-
- name: Build manifests
71-
run: |
72-
echo "Re-tagging latest"
73-
docker buildx imagetools create -t ${{ secrets.DOCKER_USER }}/zh-hans.react.dev:latest
74-
7569
- name: Build and push image:latest
7670
uses: docker/build-push-action@v3
7771
with:

0 commit comments

Comments
 (0)