diff --git a/infra/compose/hub.yml b/infra/compose/hub.yml index ec3f4e9..2b6e38a 100644 --- a/infra/compose/hub.yml +++ b/infra/compose/hub.yml @@ -1,7 +1,7 @@ services: hub: container_name: hub - image: ghcr.io/asepharyana/asepharyana-hub/hub:sha-TODO + image: ghcr.io/asepharyana/asepharyana-hub/hub:sha-aaaf5de restart: always networks: app-shared-net: diff --git a/infra/compose/scraper.yml b/infra/compose/scraper.yml index c6f0ba0..0d9c6d1 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-6c24508 + image: ghcr.io/asepharyana/asepharyana-hub/scraper-api:sha-aaaf5de restart: always depends_on: nats: