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 d0a5b8f commit 4d9325cCopy full SHA for 4d9325c
.github/workflows/build-ci-container-windows.yml
@@ -69,7 +69,7 @@ jobs:
69
sudo apt-get update
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 }} \
+ skopeo copy docker-archive:${{ needs.build-ci-container-windows.outputs.container-filename }} \
73
--additional-tag=latest \
74
--dest-compress-format zstd \
75
oci:/tmp/blah.tar
0 commit comments