File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed
Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 9393 tags : ghcr.io/query-farm/python-airport-test-server:latest
9494 platforms : linux/amd64,linux/arm64
9595
96- # Build Windows image on windows runner
97- build-windows :
98- needs : test
99- runs-on : windows-latest
100- permissions :
101- contents : read
102- packages : write
103- steps :
104- - name : Checkout code
105- uses : actions/checkout@v4
106-
107-
108- - name : Log in to GHCR
109- uses : docker/login-action@v2
110- with :
111- registry : ghcr.io
112- username : ${{ github.actor }}
113- password : ${{ secrets.GITHUB_TOKEN }}
114-
115- - name : Build and push Windows image
116- run : |
117- docker build --platform windows/amd64 -t ghcr.io/query-farm/python-airport-test-server:windows-latest .
118- docker push ghcr.io/query-farm/python-airport-test-server:windows-latest
You can’t perform that action at this time.
0 commit comments