File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 1212 steps :
1313 - uses : actions/checkout@v4
1414
15+ - name : Login to Docker Hub
16+ uses : docker/login-action@v3
17+ with :
18+ username : ${{ secrets.DOCKERHUB_USERNAME }}
19+ password : ${{ secrets.DOCKERHUB_TOKEN }}
20+
1521 - name : Build & Push Stable Docker
1622 uses : docker/build-push-action@v5
1723 with :
Original file line number Diff line number Diff line change 5151 body: comment
5252 })
5353
54+ - name : Login to Docker Hub
55+ uses : docker/login-action@v3
56+ with :
57+ username : ${{ secrets.DOCKERHUB_USERNAME }}
58+ password : ${{ secrets.DOCKERHUB_TOKEN }}
59+
5460 - name : Build & Push Docker Preview
5561 uses : docker/build-push-action@v5
5662 with :
Original file line number Diff line number Diff line change 2323 with :
2424 password : ${{ secrets.PYPI_TOKEN }}
2525
26+ - name : Login to Docker Hub
27+ uses : docker/login-action@v3
28+ with :
29+ username : ${{ secrets.DOCKERHUB_USERNAME }}
30+ password : ${{ secrets.DOCKERHUB_TOKEN }}
31+
2632 - name : Build & Push Docker
2733 uses : docker/build-push-action@v5
2834 with :
You can’t perform that action at this time.
0 commit comments