Skip to content

Commit

Permalink
Bring in additional changes as used in adventist
Browse files Browse the repository at this point in the history
  • Loading branch information
LaRita Robinson committed Feb 2, 2023
1 parent 3c607dd commit 6e16d41
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/workflows/base.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: "Build Base"
on:
workflow_dispatch:
inputs:
debug_enabled:
type: boolean
description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
required: false
default: false

jobs:
build:
uses: scientist-softserv/actions/.github/workflows/[email protected]
secrets: inherit
with:
platforms: "linux/amd64"
target: hyku-base

2 changes: 1 addition & 1 deletion .github/workflows/build-lint-test-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
secrets: inherit
with:
platforms: "linux/amd64"
target: hyku-base
target: hyku-web
worker: true
workerTarget: hyku-worker
test:
Expand Down
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ x-app: &app
args:
- HYKU_BULKRAX_ENABLED=true
# command: sh -l -c "bundle && bundle exec puma -v -b tcp://0.0.0.0:3000"
cache_from:
- ghcr.io/scientist-softserv/britishlibrary/base:latest
- ghcr.io/scientist-softserv/britishlibrary/web:latest
image: ghcr.io/scientist-softserv/britishlibrary:${TAG:-latest}
env_file:
- .env
Expand Down

0 comments on commit 6e16d41

Please sign in to comment.