Skip to content

Commit d65ed32

Browse files
committed
...
1 parent 55b67a4 commit d65ed32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

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

0 commit comments

Comments
 (0)