mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: do nothing
This commit is contained in:
parent
782b11017e
commit
f5c66ae4f6
3
.github/workflows/build-docker-windows.yml
vendored
3
.github/workflows/build-docker-windows.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user