Just one dockerfile to simplify things a little and reduce repetition

This commit is contained in:
James Wilson
2021-07-09 20:57:39 +01:00
parent 11c0db389a
commit 65178de82f
5 changed files with 10 additions and 32 deletions
+2 -2
View File
@@ -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