Skip to content

Commit

Permalink
Updated GH actions file for Rockchip3588 hw monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkhamLee committed Apr 2, 2024
1 parent 017f760 commit 98488eb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rockchip3588_monitoring_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
branches:
- "main"
paths:
- "hardware_monitoring/rockchip3588/container/*"
- "hardware_monitoring/rockchip3588/*"
- "hardware_monitoring/hw_monitoring_libraries/*"

jobs:
docker:
Expand All @@ -25,7 +26,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
context: ./hardware_monitoring/rockchip3588/container/
context: ./hardware_monitoring/
file: ./hardware_monitoring/rockchip3588/container/Dockerfile
platforms: linux/arm64
push: true
Expand Down

0 comments on commit 98488eb

Please sign in to comment.