We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c50562 commit 8a10828Copy full SHA for 8a10828
.github/workflows/release.yml
@@ -34,6 +34,8 @@ jobs:
34
docker build --load --progress=plain --secret id=github_token,src=github_token -t lambda-shell-runtime:slim -f slim.Dockerfile .
35
docker build --load --progress=plain --secret id=github_token,src=github_token -t lambda-shell-runtime:full -f Dockerfile .
36
shell: bash
37
+ - name: Log in to GHCR
38
+ run: echo "${{ secrets.GHCR_PAT }}" | docker login ghcr.io -u skunxicat --password-stdin
39
- run: npx semantic-release
40
env:
41
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments