Remove docker build from test

This patch removes the container build from the main python.yml
github action that is only supposed to test tox results for commits
This commit is contained in:
Hemna 2022-11-04 10:28:52 -04:00
parent 1383352e75
commit f9d3bc433f
1 changed files with 1 additions and 10 deletions

View File

@ -1,4 +1,4 @@
name: Test and Build
name: TOX Test
on: [push, pull_request]
@ -20,12 +20,3 @@ jobs:
pip install tox tox-gh-actions
- name: Test with tox
run: tox
build:
needs: tox
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
working-directory: ./docker
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)