Skip to content

Commit

Permalink
prep v0.0.23 release
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Sep 12, 2024
1 parent 0d2f74e commit c582d09
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 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].22
uses: scientist-softserv/actions/[email protected].23
with:
tag: ${{ inputs.tag }}
image_name: ${{ inputs.image_name }}
Expand Down Expand Up @@ -133,39 +133,39 @@ jobs:
type=raw,value=latest,enable={{is_default_branch}}
- name: Build and push base
if: ${{ inputs.baseTarget != '' }}
uses: scientist-softserv/actions/build-and-push@webworkersunited
uses: scientist-softserv/actions/build-and-push@v0.0.23
with:
type: base
location: /base
subdir: ${{ inputs.subdir }}
tags: ${{ steps.meta-base.outputs.tags }}
- name: Build and push web and worker
if: ${{ inputs.webTarget != '' && inputs.workerTarget != '' }}
uses: scientist-softserv/actions/build-and-push@webworkersunited
uses: scientist-softserv/actions/build-and-push@v0.0.23
with:
type: web,worker
location: ""
subdir: ${{ inputs.subdir }}
tags: ${{ steps.meta-base.outputs.tags }}
- name: Build and push web
if: ${{ inputs.webTarget != '' && inputs.workerTarget == '' }}
uses: scientist-softserv/actions/build-and-push@webworkersunited
uses: scientist-softserv/actions/build-and-push@v0.0.23
with:
type: web
location: ""
subdir: ${{ inputs.subdir }}
tags: ${{ steps.meta-base.outputs.tags }}
- name: Build and push worker
if: ${{ inputs.workerTarget != '' && inputs.webTarget == '' }}
uses: scientist-softserv/actions/build-and-push@webworkersunited
uses: scientist-softserv/actions/build-and-push@v0.0.23
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].22
uses: scientist-softserv/actions/[email protected].23
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].22
uses: scientist-softserv/actions/[email protected].23
with:
tag: ${{ inputs.tag }}
token: ${{ secrets.CHECKOUT_TOKEN || secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
steps:
- id: setup
name: Setup
uses: scientist-softserv/actions/[email protected].22
uses: scientist-softserv/actions/[email protected].23
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].22
uses: scientist-softserv/actions/[email protected].23
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].22
uses: scientist-softserv/actions/[email protected].23
with:
tag: ${{ inputs.tag }}
token: ${{ secrets.CHECKOUT_TOKEN || secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c582d09

Please sign in to comment.