Skip to content

Commit 6d50367

Browse files
use --password-stdin
1 parent abb2df2 commit 6d50367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
- uses: oras-project/setup-oras@v1
1212
- run: |
1313
oras version
14-
oras login ghcr.io --username ${{ github.actor }} --password ${{ github.token }}
14+
oras login ghcr.io --username ${{ github.actor }} --password-stdin ${{ github.token }}
1515

0 commit comments

Comments
 (0)