Skip to content

Added GPU docker image (#7) #7

Added GPU docker image (#7)

Added GPU docker image (#7) #7

# This workflow will generate a distribution and upload it to PyPI
name: Publish Alpha Build
on:
push:
branches:
- dev
paths-ignore:
- 'version.py'
jobs:
publish_alpha_release:
uses: neongeckocom/.github/.github/workflows/publish_alpha_release.yml@master
secrets: inherit
with:
version_file: "version.py"
publish_prerelease: true
publish_pypi: false
build_and_publish_docker:
needs: publish_alpha_release
uses: neongeckocom/.github/.github/workflows/publish_docker.yml@FEAT_SupportDockerfileSpec
secrets: inherit
build_and_publish_docker:

Check failure on line 23 in .github/workflows/publish_test_build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish_test_build.yml

Invalid workflow file

You have an error in your yaml syntax on line 23
needs: publish_alpha_release
uses: neongeckocom/.github/.github/workflows/publish_docker.yml@FEAT_SupportDockerfileSpec
secrets: inherit
with:
image_name: ${{ github.repository }}-gpu
dockerfile: ./Dockerfile.gpu