We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55b67a4 commit d65ed32Copy full SHA for d65ed32
1 file changed
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
# modified). This step is allowed to fail, e.g. if the image doesn't
25
# exist yet.
26
- name: Docker Pull
27
- run: docker pull "${{ env.IMAGE }}:${{ env.TAG }}"
+ run: docker pull librepcb/librepcb-dev:windowsservercore-ltsc2025-qt6.6-64bit-1
28
continue-on-error: true
29
- name: Docker Build
30
run: docker build -t "${{ env.IMAGE }}:${{ env.TAG }}-ci" "${{ env.TAG }}"
0 commit comments