-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #59 from scientist-softserv/add-more-variables
Cut new release to add new variable
- Loading branch information
Showing
5 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|