Skip to content

Commit

Permalink
Update test-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xbaro committed Sep 30, 2024
1 parent 0f5c78e commit 788663c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 788663c

Please sign in to comment.