Skip to content

Commit bd41323

Browse files
authored
Update nightlydockerimages.yml
1 parent 925a587 commit bd41323

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/nightlydockerimages.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions: read-all
1010
jobs:
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
@@ -25,7 +25,7 @@ jobs:
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
@@ -58,7 +58,7 @@ jobs:
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
@@ -73,7 +73,7 @@ jobs:
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
@@ -90,7 +90,7 @@ jobs:
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

0 commit comments

Comments
 (0)