diff --git a/.github/workflows/rust-hook-migrator-docker.yml b/.github/workflows/rust-hook-migrator-docker.yml index 2dd7c01d015dc..dc2cad0523488 100644 --- a/.github/workflows/rust-hook-migrator-docker.yml +++ b/.github/workflows/rust-hook-migrator-docker.yml @@ -57,7 +57,7 @@ jobs: id: meta uses: docker/metadata-action@v4 with: - images: ghcr.io/posthog/hog-rs/hook-migrator + images: ghcr.io/posthog/posthog/hook-migrator tags: | type=ref,event=pr type=ref,event=branch diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index c2c379334980e..2cd8c9ec8cfa8 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -33,6 +33,7 @@ jobs: - 'rust/**' build: + name: Build rust services needs: changes runs-on: depot-ubuntu-22.04-4 @@ -68,6 +69,7 @@ jobs: run: cargo build --all --locked --release && find target/release/ -maxdepth 1 -executable -type f | xargs strip test: + name: Test rust services needs: changes runs-on: depot-ubuntu-22.04-4 timeout-minutes: 10 @@ -118,6 +120,7 @@ jobs: run: cargo test --all-features linting: + name: Lint rust services needs: changes runs-on: depot-ubuntu-22.04-4 @@ -163,6 +166,7 @@ jobs: run: cargo check --all-features shear: + name: Shear rust services needs: changes runs-on: depot-ubuntu-22.04-4