Skip to content

Added GPU docker image (#7) #3

Added GPU docker image (#7)

Added GPU docker image (#7) #3

# This workflow will generate a release distribution and upload it to PyPI
name: Publish Build and GitHub Release
on:
push:
branches:
- master
jobs:
tag_release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Get Version
run: |
VERSION=$(python setup.py --version)
echo "VERSION=${VERSION}" >> $GITHUB_ENV
- uses: ncipollo/release-action@v1
with:
token: ${{secrets.GITHUB_TOKEN}}
tag: ${{env.VERSION}}
build_and_publish_docker:
uses: neongeckocom/.github/.github/workflows/publish_docker.yml@FEAT_SupportDockerfileSpec
secrets: inherit
build_and_publish_docker:

Check failure on line 27 in .github/workflows/publish_release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish_release.yml

Invalid workflow file

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