Skip to content

Commit

Permalink
Update automation to support shared GHA updates
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Dec 21, 2023
1 parent cba09bb commit 3126de2
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 66 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
62 changes: 0 additions & 62 deletions .github/workflows/publish_test_websat_build.yml

This file was deleted.

0 comments on commit 3126de2

Please sign in to comment.