Skip to content

Commit 551687a

Browse files
authored
Update nightlydockerimages.yml
1 parent 28008ea commit 551687a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightlydockerimages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
2626
publish-docker-linux-arm32:
2727
runs-on: ubuntu-latest
28-
if: true
28+
if: false
2929
steps:
3030
- name: Checkout code
3131
uses: actions/checkout@v4
@@ -90,7 +90,7 @@ jobs:
9090
9191
publish-docker-manifest:
9292
runs-on: ubuntu-latest
93-
if: false
93+
if: true
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)