Skip to content

Commit

Permalink
Update to test Docker build changes
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Dec 21, 2023
1 parent cba09bb commit 7dc7168
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 65 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/publish_test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

name: Publish Alpha Build
on:
workflow_dispatch:
push:
branches:
- dev
Expand All @@ -15,8 +16,13 @@ jobs:
with:
version_file: "neon_iris/version.py"
setup_py: "setup.py"
publish_prerelease: true
publish_prerelease: false
publish_pypi: false
build_and_publish_docker:
needs: publish_alpha_release
uses: neongeckocom/.github/.github/workflows/publish_docker.yml@master
secrets: inherit
uses: neongeckocom/.github/.github/workflows/publish_docker.yml@FEAT_BetterDockerSupport
secrets: inherit
with:
build_args: "['EXTRAS=gradio']"
extra_tag: "websat"
extra_build_args: "['EXTRAS=websat']"
62 changes: 0 additions & 62 deletions .github/workflows/publish_test_websat_build.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
py_build_tests:
uses: neongeckocom/.github/.github/workflows/python_build_tests.yml@master
docker_build_tests:
uses: neongeckocom/.github/.github/workflows/docker_build_tests.yml@FEAT_BetterDockerSupport
unit_tests:
strategy:
matrix:
Expand Down

0 comments on commit 7dc7168

Please sign in to comment.