mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-04-25 12:58:01 +00:00
Just one dockerfile to simplify things a little and reduce repetition
This commit is contained in:
@@ -25,11 +25,11 @@ jobs:
|
||||
|
||||
- name: Build, release and call telemetry executable
|
||||
working-directory: ./backend
|
||||
run: cargo run --bin telemetry --release -- --help
|
||||
run: cargo run --bin telemetry_core --release -- --help
|
||||
|
||||
- name: Build, release and call shard executable
|
||||
working-directory: ./backend
|
||||
run: cargo run --bin shard --release -- --help
|
||||
run: cargo run --bin telemetry_shard --release -- --help
|
||||
|
||||
- name: Login to Dockerhub
|
||||
uses: docker/login-action@v1
|
||||
|
||||
Reference in New Issue
Block a user