Skip to content

Commit b618407

Browse files
committed
Add comment for manual login step in publish script
1 parent 815793a commit b618407

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,6 @@ jobs:
5656
# Instead, we use the publish script which pushes the correct container (residing in src/s-core-devcontainer).
5757
push: "never"
5858
runCmd: |
59+
# manually login to ghcr.io for publishing
5960
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
6061
./scripts/publish.sh "latest"

0 commit comments

Comments
 (0)