1
0
mirror of https://github.com/craigerl/aprsd.git synced 2024-12-23 18:15:57 -05:00

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

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)