This commit is contained in:
parent
56cc37de7e
commit
e57a4ed613
71 changed files with 1287 additions and 37 deletions
8
.github/workflows/deploy.yml
vendored
8
.github/workflows/deploy.yml
vendored
|
|
@ -5,7 +5,7 @@ on:
|
|||
branches:
|
||||
- main
|
||||
jobs:
|
||||
svelte-storybook:
|
||||
theia-storybook:
|
||||
name: Deploy ${{ env.GITHUB_REPOSITORY }}
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
|
|
@ -23,6 +23,6 @@ jobs:
|
|||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
push: true
|
||||
context: packages/svelte
|
||||
file: packages/svelte/Dockerfile.storybook
|
||||
tags: git.palko.ca/${{ env.GITHUB_REPOSITORY }}-svelte-storybook:latest
|
||||
context: packages/theia
|
||||
file: packages/theia/Dockerfile.storybook
|
||||
tags: git.palko.ca/${{ env.GITHUB_REPOSITORY }}-theia-storybook:latest
|
||||
Loading…
Add table
Add a link
Reference in a new issue