Skip to content

Commit

Permalink
[Docker] Resolve naming conflict for sql-checker image (#1077)
Browse files Browse the repository at this point in the history
fix: resolve naming conflict for sql-checker image
  • Loading branch information
Zitrone44 authored Jan 3, 2023
1 parent acb1b14 commit 5913f74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
5 changes: 0 additions & 5 deletions docker-compose.ci.yml

This file was deleted.

4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
build: runtime-images/bash

sql-checker:
image: feedbacksystem-sql-checker
image: feedbacksystem_sql-checker
build: modules/fbs-sql-checker

core:
Expand Down Expand Up @@ -176,7 +176,7 @@ services:
SQL_PLAYGROUND_PSQL_SERVER_PASSWORD: SqfyBWhiFGr7FK60cVR2rel
SQL_PLAYGROUND_PSQL_SERVER_USERNAME: postgres
HMAC_SECRET: uigbduhegafudegufqu8o3q4tgru4ieubfiel
RUNNER_SQL_CHECKER_IMAGE: feedbacksystem-sql-checker
RUNNER_SQL_CHECKER_IMAGE: feedbacksystem_sql-checker
volumes:
- /tmp/feebi:/dockertemp # A temp dir where docker image stores task submissions temporarily
- /var/run/docker.sock:/var/run/docker.sock
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/docker-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function dockerPush(){

echo "START DOCKER DEPLOY"

docker-compose -f docker-compose.yml -f docker-compose.ci.yml build
docker-compose build

echo "DOCKER IMAGES"
docker images
Expand Down

0 comments on commit 5913f74

Please sign in to comment.