Skip to content

Commit c25de45

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

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 -f tiny.Dockerfile .
32+
docker build -t lambda-shell-base:slim -f slim.Dockerfile .
33+
docker build -t lambda-shell-base:full -f Dockerfile .
2934
- run: npx semantic-release
3035
env:
3136
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)