Skip to content

Commit d95f183

Browse files
authored
Update nightlydockerimages.yml
1 parent 22a455b commit d95f183

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nightlydockerimages.yml

Lines changed: 3 additions & 3 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: false
13+
if: true
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Build an image
@@ -58,7 +58,7 @@ jobs:
5858
5959
publish-docker-linux-arm64:
6060
runs-on: ubuntu-24.04-arm
61-
if: false
61+
if: true
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: false
76+
if: true
7777
steps:
7878
- uses: actions/checkout@v4
7979
- name: Build an image

0 commit comments

Comments
 (0)