Skip to content

Commit

Permalink
Merge pull request #1 from NeonDaniel/FEAT_BrowserSat
Browse files Browse the repository at this point in the history
Update automation to support shared GHA updates
  • Loading branch information
mikejgray authored Dec 28, 2023
2 parents b91b1f5 + 3126de2 commit db71351
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,16 @@ jobs:
build_and_publish_pypi_and_release:
uses: neongeckocom/.github/.github/workflows/publish_stable_release.yml@master
secrets: inherit
build_and_publish_docker:
build_and_publish_docker_gradio:
needs: build_and_publish_pypi_and_release
uses: neongeckocom/.github/.github/workflows/publish_docker.yml@master
secrets: inherit
secrets: inherit
with:
build_args: EXTRAS=gradio
build_and_publish_docker_websat:
needs: build_and_publish_pypi_and_release
uses: neongeckocom/.github/.github/workflows/publish_docker.yml@master
secrets: inherit
with:
build_args: EXTRAS=web_sat
image_name: ${{ github.repository }}-websat
13 changes: 11 additions & 2 deletions .github/workflows/publish_test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,16 @@ jobs:
version_file: "neon_iris/version.py"
setup_py: "setup.py"
publish_prerelease: true
build_and_publish_docker:
build_and_publish_docker_gradio:
needs: publish_alpha_release
uses: neongeckocom/.github/.github/workflows/publish_docker.yml@master
secrets: inherit
secrets: inherit
with:
build_args: EXTRAS=gradio
build_and_publish_docker_websat:
needs: publish_alpha_release
uses: neongeckocom/.github/.github/workflows/publish_docker.yml@master
secrets: inherit
with:
build_args: EXTRAS=web_sat
image_name: ${{ github.repository }}-websat

0 comments on commit db71351

Please sign in to comment.