Skip to content

Commit 236f8b0

Browse files
committed
change image name from the dev one to the prod one
1 parent df7496b commit 236f8b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

container_provisioner/docker-compose-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
IS_CONTAINER: true
88
REDIS_HOST: redis:6379
99
# Image name
10-
image: go:go
10+
image: ghcr.io/algo7/tripadvisor-review-scraper/container_provisioner:latest
1111
volumes:
1212
# The credentials folder is mounted to the container
1313
- type: bind

container_provisioner/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
IS_CONTAINER: true
1010
REDIS_HOST: redis:6379
1111
# Image name
12-
image: go:go
12+
image: ghcr.io/algo7/tripadvisor-review-scraper/container_provisioner:latest
1313
volumes:
1414
# The credentials folder is mounted to the container
1515
- type: bind

0 commit comments

Comments
 (0)