Skip to content

Commit ef9703a

Browse files
authored
Fix local environment and CI job following upgrade to api-platform/core v4 (#597)
* fix using api-platform/core v4 * update bake-action version
1 parent e888f9d commit ef9703a

File tree

3 files changed

+190
-1876
lines changed

3 files changed

+190
-1876
lines changed

.github/workflows/storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: docker/setup-buildx-action@v3
2525
-
2626
name: Build Docker images
27-
uses: docker/bake-action@v4
27+
uses: docker/bake-action@v5
2828
with:
2929
pull: true
3030
load: true

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ COPY --link . ./
2828
# Development image
2929
FROM base as dev
3030

31-
CMD ["sh", "-c", "yarn storybook"]
31+
CMD ["sh", "-c", "yarn storybook --no-open"]
3232

3333
FROM base as ci
3434

0 commit comments

Comments
 (0)