Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build:
uses: scientist-softserv/actions/.github/workflows/[email protected]
uses: notch8/actions/.github/workflows/[email protected]
secrets: inherit
with:
platforms: "linux/amd64"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-lint-test-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
build:
uses: scientist-softserv/actions/.github/workflows/[email protected]
uses: notch8/actions/.github/workflows/[email protected]
secrets: inherit
with:
platforms: "linux/amd64"
Expand All @@ -26,7 +26,7 @@ jobs:
workerTarget: hyku-worker
test:
needs: build
uses: scientist-softserv/actions/.github/workflows/[email protected]
uses: notch8/actions/.github/workflows/[email protected]
lint:
needs: build
uses: scientist-softserv/actions/.github/workflows/[email protected]
uses: notch8/actions/.github/workflows/[email protected]
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:

jobs:
call-workflow:
uses: scientist-softserv/actions/.github/workflows/[email protected]
uses: notch8/actions/.github/workflows/[email protected]
with:
k8s-release-name: hyku-${{ inputs.environment }}
k8s-namespace: ${{ inputs.environment }}
Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -151,5 +151,5 @@ gem "sentry-raven"
gem 'sidekiq'
gem 'tether-rails'
gem 'validate_url'
gem 'hyrax-v2_graph_indexer', "~> 0.5", git: 'https://github.com/scientist-softserv/hyrax-v2_graph_indexer.git', ref: '53b0a2d28868af25d306bc361634439c008892ac'
gem 'iiif_print', git: 'https://github.com/scientist-softserv/iiif_print.git'
gem 'hyrax-v2_graph_indexer', "~> 0.5", git: 'https://github.com/notch8/hyrax-v2_graph_indexer.git', ref: '53b0a2d28868af25d306bc361634439c008892ac'
gem 'iiif_print', git: 'https://github.com/notch8/iiif_print.git'
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