From 788663cd77f3aa3e2e51b3d05e0f1fef67e9b7ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Bar=C3=B3?= Date: Mon, 30 Sep 2024 15:57:24 +0200 Subject: [PATCH] Update test-dev.yml --- .github/workflows/test-dev.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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