Skip to content

Commit

Permalink
Merge pull request #59 from scientist-softserv/add-more-variables
Browse files Browse the repository at this point in the history
Cut new release to add new variable
  • Loading branch information
aprilrieger authored Feb 19, 2024
2 parents 8a0a6a9 + b41857d commit 242a50e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
steps:
- id: setup
name: Setup
uses: scientist-softserv/actions/[email protected].16
uses: scientist-softserv/actions/[email protected].17
with:
tag: ${{ inputs.tag }}
image_name: ${{ inputs.image_name }}
Expand Down Expand Up @@ -133,31 +133,31 @@ jobs:
type=raw,value=latest,enable={{is_default_branch}}
- name: Build and push base
if: ${{ inputs.baseTarget != '' }}
uses: scientist-softserv/actions/[email protected].16
uses: scientist-softserv/actions/[email protected].17
with:
type: base
location: /base
subdir: ${{ inputs.subdir }}
tags: ${{ steps.meta-base.outputs.tags }}
- name: Build and push web
if: ${{ inputs.webTarget != '' }}
uses: scientist-softserv/actions/[email protected].16
uses: scientist-softserv/actions/[email protected].17
with:
type: web
location: ""
subdir: ${{ inputs.subdir }}
tags: ${{ steps.meta-base.outputs.tags }}
- name: Build and push worker
if: ${{ inputs.workerTarget != '' }}
uses: scientist-softserv/actions/[email protected].16
uses: scientist-softserv/actions/[email protected].17
with:
type: worker
location: /worker
subdir: ${{ inputs.subdir }}
tags: ${{ steps.meta-worker.outputs.tags }}
- name: Build and push solr
if: ${{ inputs.solrTarget != '' }}
uses: scientist-softserv/actions/[email protected].16
uses: scientist-softserv/actions/[email protected].17
with:
type: solr
location: /solr
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
steps:
- id: setup
name: Setup
uses: scientist-softserv/actions/[email protected].16
uses: scientist-softserv/actions/[email protected].17
with:
tag: ${{ inputs.tag }}
token: ${{ secrets.CHECKOUT_TOKEN || secrets.GITHUB_TOKEN }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
DATABASE_PASSWORD: ${{ secrets.DATABASE_PASSWORD }}
DB_PASSWORD: ${{ secrets.DB_PASSWORD }}
ENCODED_ENV_FILE: ${{ secrets.ENCODED_ENV_FILE }}
FCREPO_DB_PASSWORD: ${{ secrets.FCREPO_DB_PASSWORD }}
GOOGLE_ANALYTICS_ID: ${{ secrets.GOOGLE_ANALYTICS_ID }}
GOOGLE_FONTS_KEY: ${{ secrets.GOOGLE_FONTS_KEY }}
GOOGLE_OAUTH_PRIVATE_KEY_SECRET: ${{ secrets.GOOGLE_OAUTH_PRIVATE_KEY_SECRET }}
Expand Down Expand Up @@ -100,7 +101,7 @@ jobs:
steps:
- id: setup
name: Setup
uses: scientist-softserv/actions/[email protected].16
uses: scientist-softserv/actions/[email protected].17
with:
tag: ${{ inputs.tag }}
image_name: ${{ inputs.image_name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
steps:
- id: setup
name: Setup
uses: scientist-softserv/actions/[email protected].16
uses: scientist-softserv/actions/[email protected].17
with:
tag: ${{ inputs.tag }}
token: ${{ secrets.CHECKOUT_TOKEN || secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
steps:
- id: setup
name: Setup
uses: scientist-softserv/actions/[email protected].16
uses: scientist-softserv/actions/[email protected].17
with:
tag: ${{ inputs.tag }}
token: ${{ secrets.CHECKOUT_TOKEN || secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 242a50e

Please sign in to comment.