Skip to content

Commit

Permalink
chore: Remove references to old Docker Hub hosted image (GH-1236)
Browse files Browse the repository at this point in the history
  • Loading branch information
433eros committed Jan 5, 2024
1 parent 8213098 commit 7337639
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ phases:
commands:
- echo Logging in to Docker Hub...
- docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
- REPOSITORY_URI=concordconsortium/rigse-railslts
- REPOSITORY_URI=ghcr.io/concord-consortium/rigse
- COMMIT_HASH=$(echo $CODEBUILD_RESOLVED_SOURCE_VERSION | cut -c 1-7)
- IMAGE_TAG=${COMMIT_HASH:=latest}
# The BRANCH_NAME is set in the build step of the CodePipeline from the
Expand Down
2 changes: 1 addition & 1 deletion docker/basic-prod/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
image: docker.io/solr
app:
# image: rigse:dev
image: ghcr.io/concord-consortium/rigse:github-actions
image: ghcr.io/concord-consortium/rigse
# build:
# context: ./rails/
# env_file: ./.env
Expand Down
2 changes: 1 addition & 1 deletion docker/portal-image/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: '2.1'
services:
app:
# To use a different tag, create an .env file with PORTAL_IMAGE_TAG defined
image: concordconsortium/rigse-railslts:${PORTAL_IMAGE_TAG:-master}
image: ghcr.io/concord-consortium/rigse:${PORTAL_IMAGE_TAG:-master}
environment:
DB_HOST: mysql
DB_USER: root
Expand Down

0 comments on commit 7337639

Please sign in to comment.