We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90926c4 commit d5ee04dCopy full SHA for d5ee04d
.github/workflows/build-ci-container-windows.yml
@@ -70,7 +70,7 @@ jobs:
70
sudo apt-get install -y skopeo
71
#skopeo login -u ${{ github.actor }} -p $env:GITHUB_TOKEN ghcr.io
72
skopeo copy ${{ needs.build-ci-container-windows.outputs.container-filename }} \
73
- --additional-tags=latest \
+ --additional-tag=latest \
74
--dest-compress-format zstd \
75
--dest-force-compress-format \
76
oci:/tmp/blah.tar
.github/workflows/containers/github-action-ci-windows/Dockerfile
@@ -1,2 +1,2 @@
1
-FROM mcr.microsoft.com/windows/servercore:ltsc2022
+FROM mcr.microsoft.com/windows/nanoserver:ltsc2022
2
RUN echo test
0 commit comments