File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions: read-all
1010jobs :
1111 publish-docker-windows-amd64 :
1212 runs-on : windows-2025
13- if : true
13+ if : false
1414 steps :
1515 - uses : actions/checkout@v4
1616 - name : Build an image
2525
2626 publish-docker-linux-arm32 :
2727 runs-on : ubuntu-latest
28- if : false
28+ if : true
2929 steps :
3030 - name : Checkout code
3131 uses : actions/checkout@v4
5858
5959 publish-docker-linux-arm64 :
6060 runs-on : ubuntu-24.04-arm
61- if : true
61+ if : false
6262 steps :
6363 - uses : actions/checkout@v4
6464 - name : Build an image
7373
7474 publish-docker-linux-amd64 :
7575 runs-on : ubuntu-latest
76- if : true
76+ if : false
7777 steps :
7878 - uses : actions/checkout@v4
7979 - name : Build an image
9090
9191 publish-docker-manifest :
9292 runs-on : ubuntu-latest
93- if : true
93+ if : false
9494 needs : [ publish-docker-linux-arm64, publish-docker-linux-amd64, publish-docker-windows-amd64 ]
9595 steps :
9696 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments