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 788663c commit a231e5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@ jobs:
- name: Build and push edge image
run: |
# Build PeLP image
docker build --pull -t "xbaro/pelp:${{ github.sha }}" -f docker/Dockerfile .
docker build --pull -t "ghcr.io/xbaro/pelp:${{ github.sha }}" -f docker/Dockerfile .
# Set the version
echo '${{ steps.vars.outputs.version }}' > VERSION
# Build and publish
docker build -t "xbaro/pelp:${{ github.sha }}" -f docker/Dockerfile --build-arg PELP_VERSION=${{ steps.vars.outputs.version }} .
docker push xbaro/pelp:${{ github.sha }}
docker build -t "ghcr.io/xbaro/pelp:${{ github.sha }}" -f docker/Dockerfile --build-arg PELP_VERSION=${{ steps.vars.outputs.version }} .
docker push ghcr.io/xbaro/pelp:${{ github.sha }}

0 comments on commit a231e5a

Please sign in to comment.