Skip to content

Commit 4d9325c

Browse files
test
1 parent d0a5b8f commit 4d9325c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ci-container-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
sudo apt-get update
7070
sudo apt-get install -y skopeo
7171
#skopeo login -u ${{ github.actor }} -p $env:GITHUB_TOKEN ghcr.io
72-
skopeo copy ${{ needs.build-ci-container-windows.outputs.container-filename }} \
72+
skopeo copy docker-archive:${{ needs.build-ci-container-windows.outputs.container-filename }} \
7373
--additional-tag=latest \
7474
--dest-compress-format zstd \
7575
oci:/tmp/blah.tar

0 commit comments

Comments
 (0)