We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e72a16 commit 852d2daCopy full SHA for 852d2da
.github/workflows/main.yml
@@ -26,7 +26,7 @@ jobs:
26
# modified). This step is allowed to fail, e.g. if the image doesn't
27
# exist yet.
28
- name: Docker Pull
29
- run: docker pull "${{ env.IMAGE }}:${{ env.TAG }}"
+ run: docker pull librepcb/librepcb-dev:windowsservercore-ltsc2025-qt6.6-64bit-1
30
continue-on-error: true
31
- name: Docker Build
32
run: docker build -t "${{ env.IMAGE }}:${{ env.TAG }}" "${{ env.TAG }}"
0 commit comments