diff --git a/.github/workflows/test-dev.yml b/.github/workflows/test-dev.yml index ced50a4..da9f802 100644 --- a/.github/workflows/test-dev.yml +++ b/.github/workflows/test-dev.yml @@ -125,13 +125,10 @@ jobs: - name: Build and push edge image run: | # Build PeLP image - docker build --pull -t "xbaro/pelp:${{ github.sha }}" -f docker/Dockerfile . - python -m pip install pip-tools wheel + docker build --pull -t "xbaro/pelp:${{ github.sha }}" -f docker/Dockerfile . # Set the version echo '${{ steps.vars.outputs.version }}' > VERSION - # Build wheel - python setup.py bdist_wheel # Build and publish - docker build -t "xbaro/pelp:${{ github.sha }}" -f docker/Dockerfile.edge --build-arg PELP_VERSION=${{ steps.vars.outputs.version }} . + docker build -t "xbaro/pelp:${{ github.sha }}" -f docker/Dockerfile --build-arg PELP_VERSION=${{ steps.vars.outputs.version }} . docker push xbaro/pelp:${{ github.sha }} \ No newline at end of file