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 c25de45Copy full SHA for c25de45
.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 -f tiny.Dockerfile .
32
+ docker build -t lambda-shell-base:slim -f slim.Dockerfile .
33
+ docker build -t lambda-shell-base:full -f Dockerfile .
34
- run: npx semantic-release
35
env:
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments