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 fd860ae commit 2287ce9Copy full SHA for 2287ce9
.github/workflows/release.yml
@@ -26,6 +26,11 @@ jobs:
26
restore-keys: |
27
${{ runner.os }}-node-
28
- 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 .
34
- run: npx semantic-release
35
env:
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments