Skip to content

Commit

Permalink
update refs to use new actions location
Browse files Browse the repository at this point in the history
  • Loading branch information
cziaarm committed Jan 14, 2025
1 parent 7d090d1 commit 29546a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ x-app: &app
args:
- HYKU_BULKRAX_ENABLED=true
# command: sh -l -c "bundle && bundle exec puma -v -b tcp://0.0.0.0:3000"
image: ghcr.io/scientist-softserv/britishlibrary:${TAG:-latest}
image: ghcr.io/notch8/britishlibrary:${TAG:-latest}
env_file:
- .env
# NOTE: all common env variables moved to .env
Expand Down Expand Up @@ -121,7 +121,7 @@ services:
# Used exclusively for building and caching the base image to reduce build times
base:
<<: *app
image: ghcr.io/scientist-softserv/britishlibrary/base:${TAG:-latest}
image: ghcr.io/notch8/britishlibrary/base:${TAG:-latest}
build:
context: .
target: hyku-base
Expand Down Expand Up @@ -196,9 +196,9 @@ services:
args:
- HYKU_BULKRAX_ENABLED=true
cache_from:
- ghcr.io/scientist-softserv/britishlibrary:${TAG:-latest}
- ghcr.io/scientist-softserv/britishlibrary/worker:${TAG:-latest}
image: ghcr.io/scientist-softserv/britishlibrary/worker:${TAG:-latest}
- ghcr.io/notch8/britishlibrary:${TAG:-latest}
- ghcr.io/notch8/britishlibrary/worker:${TAG:-latest}
image: ghcr.io/notch8/britishlibrary/worker:${TAG:-latest}
depends_on:
check_volumes:
condition: service_completed_successfully
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "britishlibrary",
"private": true,
"repository": "https://github.com/scientist-softserv/britishlibrary.git",
"repository": "https://github.com/notch8/britishlibrary.git",
"dependencies": {
"universalviewer": "^3.0.36"
},
Expand Down

0 comments on commit 29546a5

Please sign in to comment.