mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: update the file
This commit is contained in:
parent
bfd6eb701f
commit
545458c418
6
.github/workflows/build-docker-windows.yml
vendored
6
.github/workflows/build-docker-windows.yml
vendored
@ -24,14 +24,14 @@ jobs:
|
||||
# target: desktop
|
||||
# arch: win64_msvc2022_64
|
||||
# modules: ${{ env.QT_MODULES }}
|
||||
- name: Copy tools
|
||||
run: |
|
||||
copy C:\Program Files\PowerShel\7 PowerShel
|
||||
- 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: Copy tools
|
||||
run: |
|
||||
copy C:\Program Files\PowerShel\7 ${{ github.workspace }}\PowerShel
|
||||
- name: Push docker image to github registry
|
||||
run: |
|
||||
echo ${{ env.CR_PAT }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
|
||||
|
||||
Loading…
Reference in New Issue
Block a user