We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d02313e commit 140d3bfCopy full SHA for 140d3bf
.github/workflows/nightlydockerimages.yml
@@ -10,7 +10,7 @@ permissions: read-all
10
jobs:
11
publish-docker-windows-amd64:
12
runs-on: windows-2025
13
- if: true
+ if: false
14
steps:
15
- uses: actions/checkout@v4
16
- name: Build an image
@@ -58,7 +58,7 @@ jobs:
58
59
publish-docker-linux-arm64:
60
runs-on: ubuntu-24.04-arm
61
62
63
64
@@ -73,7 +73,7 @@ jobs:
73
74
publish-docker-linux-amd64:
75
runs-on: ubuntu-latest
76
77
78
79
0 commit comments