Skip to content

Commit 852d2da

Browse files
committed
...
1 parent 2e72a16 commit 852d2da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# modified). This step is allowed to fail, e.g. if the image doesn't
2727
# exist yet.
2828
- name: Docker Pull
29-
run: docker pull "${{ env.IMAGE }}:${{ env.TAG }}"
29+
run: docker pull librepcb/librepcb-dev:windowsservercore-ltsc2025-qt6.6-64bit-1
3030
continue-on-error: true
3131
- name: Docker Build
3232
run: docker build -t "${{ env.IMAGE }}:${{ env.TAG }}" "${{ env.TAG }}"

0 commit comments

Comments
 (0)