Skip to content

Commit 2287ce9

Browse files
committed
chore(ci): build Docker images before semantic-release
1 parent fd860ae commit 2287ce9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
restore-keys: |
2727
${{ runner.os }}-node-
2828
- run: npm ci
29+
- name: Build Docker images
30+
run: |
31+
docker build -t lambda-shell-base:tiny --target tiny .
32+
docker build -t lambda-shell-base:slim --target slim .
33+
docker build -t lambda-shell-base:full --target full .
2934
- run: npx semantic-release
3035
env:
3136
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)