File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments