chore: do nothing

This commit is contained in:
x-tools-author 2025-04-25 23:34:33 +08:00
parent 782b11017e
commit f5c66ae4f6

View File

@ -26,10 +26,11 @@ jobs:
modules: ${{ env.QT_MODULES }}
- name: Build docker image
run: | #https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md
dir c:
echo %PATH%
docker build -t x-tools-windows-2022:amd64 . -f docker/win-ltsc2022/Dockerfile
- name: Push docker image to github registry
run: |
dir c:
echo ${{ env.CR_PAT }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
docker rmi ghcr.io/x-tools-author/x-tools-windows-2022:amd64 || true
docker tag x-tools-windows-2022:amd64 ghcr.io/x-tools-author/x-tools-windows-2022:amd64