update windows container build to pull base container
Build Mumble Web 2 / linux_build (push) Successful in 1m54s
Build Mumble Web 2 / windows_build (push) Has been cancelled

This commit is contained in:
2025-12-04 16:43:05 -07:00
parent 983e734587
commit 5f42f66e79
@@ -20,6 +20,8 @@ jobs:
password: ${{ secrets.CI_REGISTRY_PASSWORD }}
- name: Build Windows image
shell: bash
run: |
docker pull "$(grep -m1 '^FROM' Dockerfile | awk '{print $2}')"
docker build -t git.ohea.xyz/mumble/mumble-web2/windows-release-builder:latest -f ./docker/windows-release-builder.Dockerfile .
docker push git.ohea.xyz/mumble/mumble-web2/windows-release-builder:latest