Skip to content

Commit

Permalink
Removed the build step and corrected working directory
Browse files Browse the repository at this point in the history
Signed-off-by: Ritwik G <[email protected]>
  • Loading branch information
ritwik-g authored Jan 20, 2025
1 parent 6a1d1d0 commit 9144621
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci-container-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,11 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Container Build
working-directory: ./docker
run: |
docker compose -f docker-compose.build.yaml build
# - name: Container Build
# working-directory: ./docker
# run: |
# docker compose -f docker-compose.build.yaml build
- name: Container Run
working-directory: ./docker
run: |
./run-platform.sh -b
Expand Down

0 comments on commit 9144621

Please sign in to comment.