Skip to content

Commit 8a10828

Browse files
committed
fix(ci): update workflow to support develop branch
1 parent 5c50562 commit 8a10828

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
docker build --load --progress=plain --secret id=github_token,src=github_token -t lambda-shell-runtime:slim -f slim.Dockerfile .
3535
docker build --load --progress=plain --secret id=github_token,src=github_token -t lambda-shell-runtime:full -f Dockerfile .
3636
shell: bash
37+
- name: Log in to GHCR
38+
run: echo "${{ secrets.GHCR_PAT }}" | docker login ghcr.io -u skunxicat --password-stdin
3739
- run: npx semantic-release
3840
env:
3941
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)