mirror of https://github.com/penpot/penpot.git
👷 Automate docker images creation
This commit is contained in:
parent
bd4d576172
commit
5c8b3ac3d6
|
|
@ -13,9 +13,9 @@ jobs:
|
|||
build_wasm: "yes"
|
||||
build_storybook: "yes"
|
||||
|
||||
# build-docker:
|
||||
# needs: build-bundle
|
||||
# uses: ./.github/workflows/build-docker.yml
|
||||
# secrets: inherit
|
||||
# with:
|
||||
# gh_ref: "develop"
|
||||
build-docker:
|
||||
needs: build-bundle
|
||||
uses: ./.github/workflows/build-docker.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
gh_ref: "develop"
|
||||
|
|
|
|||
|
|
@ -13,9 +13,9 @@ jobs:
|
|||
build_wasm: "yes"
|
||||
build_storybook: "yes"
|
||||
|
||||
# build-docker:
|
||||
# needs: build-bundle
|
||||
# uses: ./.github/workflows/build-docker.yml
|
||||
# secrets: inherit
|
||||
# with:
|
||||
# gh_ref: "staging"
|
||||
build-docker:
|
||||
needs: build-bundle
|
||||
uses: ./.github/workflows/build-docker.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
gh_ref: "staging"
|
||||
|
|
|
|||
|
|
@ -14,12 +14,12 @@ jobs:
|
|||
build_wasm: "no"
|
||||
build_storybook: "yes"
|
||||
|
||||
# build-docker:
|
||||
# needs: build-bundle
|
||||
# uses: ./.github/workflows/build-docker.yml
|
||||
# secrets: inherit
|
||||
# with:
|
||||
# gh_ref: ${{ github.ref_name }}
|
||||
build-docker:
|
||||
needs: build-bundle
|
||||
uses: ./.github/workflows/build-docker.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
gh_ref: ${{ github.ref_name }}
|
||||
|
||||
# publish-final-tag:
|
||||
# if: ${{ !contains(github.ref_name, '-RC') && !contains(github.ref_name, '-alpha') && !contains(github.ref_name, '-beta') && contains(github.ref_name, '.') }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue