We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5697a10 commit 0e0c554Copy full SHA for 0e0c554
.github/workflows/timqi.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Log in to Docker Hub
43
uses: docker/login-action@v2
44
# if: steps.sync.outputs.has_new_commits == 'true'
45
- with:
+ with:
46
username: ${{ secrets.DOCKER_USERNAME }}
47
password: ${{ secrets.DOCKER_PASSWORD }}
48
@@ -56,6 +56,14 @@ jobs:
56
type=raw,value=latest
57
type=ref,event=tag
58
59
+ - name: Set up QEMU
60
+ uses: docker/setup-qemu-action@v2
61
+ # if: steps.sync.outputs.has_new_commits == 'true'
62
+
63
+ - name: Set up Docker Buildx
64
+ uses: docker/setup-buildx-action@v2
65
66
67
- name: Build and push Docker image
68
uses: docker/build-push-action@v4
69
0 commit comments