Skip to content

Commit 8e4d44e

Browse files
test
1 parent 4d9325c commit 8e4d44e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,8 @@ jobs:
6868
run: |
6969
sudo apt-get update
7070
sudo apt-get install -y skopeo
71-
#skopeo login -u ${{ github.actor }} -p $env:GITHUB_TOKEN ghcr.io
71+
#skopeo login -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }} ghcr.io
7272
skopeo copy docker-archive:${{ needs.build-ci-container-windows.outputs.container-filename }} \
73-
--additional-tag=latest \
7473
--dest-compress-format zstd \
7574
oci:/tmp/blah.tar
7675
#docker://${{ needs.build-ci-container-windows.outputs.container-name-tag }}

0 commit comments

Comments
 (0)