chore: do nothing

This commit is contained in:
x-tools-author 2025-04-25 23:07:24 +08:00
parent 4c44d1015e
commit 4e84a744c1

View File

@ -37,7 +37,7 @@ jobs:
# version: ${{ env.QT_VERSION }}
- name: Build docker image
run: | #https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md
docker buildx build --platform windows/amd64 -t x-tools-windows-2022:amd64 . -f docker/win-ltsc2022/Dockerfile
docker build -t x-tools-windows-2022:amd64 . -f docker/win-ltsc2022/Dockerfile
- name: Push docker image to github registry
run: |
echo ${{ env.CR_PAT }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin