mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
👷 Automate docker images creation
This commit is contained in:
12
.github/workflows/build-develop.yml
vendored
12
.github/workflows/build-develop.yml
vendored
@@ -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"
|
||||
|
||||
12
.github/workflows/build-staging.yml
vendored
12
.github/workflows/build-staging.yml
vendored
@@ -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"
|
||||
|
||||
12
.github/workflows/build-tag.yml
vendored
12
.github/workflows/build-tag.yml
vendored
@@ -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, '.') }}
|
||||
|
||||
Reference in New Issue
Block a user