File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1717 - uses : ' actions/checkout@v2'
1818 - uses : extractions/setup-just@v1
1919
20- - name : Login to DockerHub
21- if : github.event_name != 'pull_request'
22- uses : docker/login-action@v1
23- with :
24- username : clux
25- password : ${{ secrets.DOCKERHUB_TOKEN }}
26-
2720 - name : Check if we need a new stable
2821 id : stablecheck
2922 shell : bash
4437 uses : docker/build-push-action@v3
4538 with :
4639 context : .
47- push : false
40+ load : true
4841 build-args : |
4942 CHANNEL=stable
5043 tags : clux/muslrust:temp
7467 if : ${{ steps.stablecheck.outputs.BUILD }}
7568 run : just test
7669
70+ - name : Login to DockerHub
71+ if : github.event_name != 'pull_request'
72+ uses : docker/login-action@v1
73+ with :
74+ username : clux
75+ password : ${{ secrets.DOCKERHUB_TOKEN }}
76+
7777 - name : Push image under computed tags
7878 uses : docker/build-push-action@v3
7979 if : ${{ steps.stablecheck.outputs.BUILD }}
You can’t perform that action at this time.
0 commit comments