From 4f15cafc02074457ca325f155f8280609d245e5c Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 22 Jul 2026 22:21:46 +0000 Subject: [PATCH] chore: update manifests and submodules [skip ci] --- infra/compose/observability.yml | 2 +- infra/compose/scraper.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/compose/observability.yml b/infra/compose/observability.yml index a6782c2..8ad8dc9 100644 --- a/infra/compose/observability.yml +++ b/infra/compose/observability.yml @@ -59,7 +59,7 @@ services: # ── Custom Dashboard (nginx:alpine) ── dashboard: container_name: dashboard - image: ghcr.io/asepharyana/asepharyana-hub/dashboard:latest + image: ghcr.io/asepharyana/asepharyana-hub/dashboard:sha-6c24508 build: context: ../.. dockerfile: infra/docker/dashboard.Dockerfile diff --git a/infra/compose/scraper.yml b/infra/compose/scraper.yml index ad05cd8..c6f0ba0 100644 --- a/infra/compose/scraper.yml +++ b/infra/compose/scraper.yml @@ -1,7 +1,7 @@ services: scraper-api: container_name: scraper-api - image: ghcr.io/asepharyana/asepharyana-hub/scraper-api:sha-aa05820 + image: ghcr.io/asepharyana/asepharyana-hub/scraper-api:sha-6c24508 restart: always depends_on: nats: