We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 815793a commit b618407Copy full SHA for b618407
1 file changed
.github/workflows/ci.yaml
@@ -56,5 +56,6 @@ jobs:
56
# Instead, we use the publish script which pushes the correct container (residing in src/s-core-devcontainer).
57
push: "never"
58
runCmd: |
59
+ # manually login to ghcr.io for publishing
60
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
61
./scripts/publish.sh "latest"
0 commit comments