-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump viash-io/viash-actions from 5 to 6
Bumps [viash-io/viash-actions](https://github.com/viash-io/viash-actions) from 5 to 6. - [Release notes](https://github.com/viash-io/viash-actions/releases) - [Changelog](https://github.com/viash-io/viash-actions/blob/main/CHANGELOG.md) - [Commits](viash-io/viash-actions@v5...v6) --- updated-dependencies: - dependency-name: viash-io/viash-actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Former-commit-id: 892a421
- Loading branch information
1 parent
e0c7312
commit 5c4f124
Showing
4 changed files
with
33 additions
and
33 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 |
---|---|---|
|
@@ -17,9 +17,9 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- uses: viash-io/viash-actions/setup@v5 | ||
- uses: viash-io/viash-actions/setup@v6 | ||
|
||
- uses: viash-io/viash-actions/project/sync-and-cache-s3@v5 | ||
- uses: viash-io/viash-actions/project/sync-and-cache-s3@v6 | ||
id: cache | ||
with: | ||
s3_bucket: $s3_bucket | ||
|
@@ -31,7 +31,7 @@ jobs: | |
# allow publishing the target folder | ||
sed -i 's#^/target/$##g' .gitignore | ||
- uses: viash-io/viash-actions/ns-build@v5 | ||
- uses: viash-io/viash-actions/ns-build@v6 | ||
with: | ||
config_mod: .functionality.version := 'integration_build' | ||
parallel: true | ||
|
@@ -45,7 +45,7 @@ jobs: | |
exclude_assets: '' | ||
|
||
- id: ns_list | ||
uses: viash-io/viash-actions/ns-list@v5 | ||
uses: viash-io/viash-actions/ns-list@v6 | ||
with: | ||
platform: docker | ||
src: src | ||
|
@@ -87,10 +87,10 @@ jobs: | |
|
||
- uses: actions/checkout@v4 | ||
|
||
- uses: viash-io/viash-actions/setup@v5 | ||
- uses: viash-io/viash-actions/setup@v6 | ||
|
||
- name: Build container | ||
uses: viash-io/viash-actions/ns-build@v5 | ||
uses: viash-io/viash-actions/ns-build@v6 | ||
with: | ||
config_mod: .functionality.version := 'integration_build' | ||
setup: build | ||
|
@@ -104,7 +104,7 @@ jobs: | |
password: ${{ secrets.GTHB_PAT }} | ||
|
||
- name: Push container | ||
uses: viash-io/viash-actions/ns-build@v5 | ||
uses: viash-io/viash-actions/ns-build@v6 | ||
with: | ||
config_mod: .functionality.version := 'integration_build' | ||
platform: docker | ||
|
@@ -130,14 +130,14 @@ jobs: | |
|
||
- uses: actions/checkout@v4 | ||
|
||
- uses: viash-io/viash-actions/setup@v5 | ||
- uses: viash-io/viash-actions/setup@v6 | ||
|
||
- uses: nf-core/[email protected] | ||
|
||
# build target dir | ||
# use containers from integration_build branch, hopefully these are available | ||
- name: Build target dir | ||
uses: viash-io/viash-actions/ns-build@v5 | ||
uses: viash-io/viash-actions/ns-build@v6 | ||
with: | ||
config_mod: ".functionality.version := 'integration_build'" | ||
parallel: true | ||
|
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
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 |
---|---|---|
|
@@ -22,9 +22,9 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- uses: viash-io/viash-actions/setup@v5 | ||
- uses: viash-io/viash-actions/setup@v6 | ||
|
||
- uses: viash-io/viash-actions/project/sync-and-cache-s3@v5 | ||
- uses: viash-io/viash-actions/project/sync-and-cache-s3@v6 | ||
id: cache | ||
with: | ||
s3_bucket: $s3_bucket | ||
|
@@ -36,21 +36,21 @@ jobs: | |
# allow publishing the target folder | ||
sed -i 's#^/target/$##g' .gitignore | ||
- uses: viash-io/viash-actions/ns-build@v5 | ||
- uses: viash-io/viash-actions/ns-build@v6 | ||
with: | ||
config_mod: ".functionality.version := '${{ github.event.inputs.version_tag }}'" | ||
parallel: true | ||
|
||
- name: Build nextflow schemas | ||
uses: viash-io/viash-actions/pro/build-nextflow-schemas@v5 | ||
uses: viash-io/viash-actions/pro/build-nextflow-schemas@v6 | ||
with: | ||
workflows: src | ||
components: src | ||
viash_pro_token: ${{ secrets.GTHB_PAT }} | ||
tools_version: 'main_build' | ||
|
||
- name: Build parameter files | ||
uses: viash-io/viash-actions/pro/build-nextflow-params@v5 | ||
uses: viash-io/viash-actions/pro/build-nextflow-params@v6 | ||
with: | ||
workflows: src | ||
components: src | ||
|
@@ -66,14 +66,14 @@ jobs: | |
full_commit_message: "Deploy for release ${{ github.event.inputs.version_tag }} from ${{ github.sha }}" | ||
|
||
- id: ns_list_components | ||
uses: viash-io/viash-actions/ns-list@v5 | ||
uses: viash-io/viash-actions/ns-list@v6 | ||
with: | ||
platform: docker | ||
src: src | ||
format: json | ||
|
||
- id: ns_list_workflows | ||
uses: viash-io/viash-actions/ns-list@v5 | ||
uses: viash-io/viash-actions/ns-list@v6 | ||
with: | ||
src: workflows | ||
format: json | ||
|
@@ -113,10 +113,10 @@ jobs: | |
|
||
- uses: actions/checkout@v4 | ||
|
||
- uses: viash-io/viash-actions/setup@v5 | ||
- uses: viash-io/viash-actions/setup@v6 | ||
|
||
- name: Build container | ||
uses: viash-io/viash-actions/ns-build@v5 | ||
uses: viash-io/viash-actions/ns-build@v6 | ||
with: | ||
config_mod: .functionality.version := 'main_build' | ||
platform: docker | ||
|
@@ -131,7 +131,7 @@ jobs: | |
password: ${{ secrets.GTHB_PAT }} | ||
|
||
- name: Push container | ||
uses: viash-io/viash-actions/ns-build@v5 | ||
uses: viash-io/viash-actions/ns-build@v6 | ||
with: | ||
config_mod: .functionality.version := '${{ github.event.inputs.version_tag }}' | ||
platform: docker | ||
|
@@ -157,14 +157,14 @@ jobs: | |
|
||
- uses: actions/checkout@v4 | ||
|
||
- uses: viash-io/viash-actions/setup@v5 | ||
- uses: viash-io/viash-actions/setup@v6 | ||
|
||
- uses: nf-core/[email protected] | ||
|
||
# build target dir | ||
# use containers from release branch, hopefully these are available | ||
- name: Build target dir | ||
uses: viash-io/viash-actions/ns-build@v5 | ||
uses: viash-io/viash-actions/ns-build@v6 | ||
with: | ||
config_mod: ".functionality.version := '${{ github.event.inputs.version_tag }}'" | ||
parallel: true | ||
|
@@ -203,7 +203,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- uses: viash-io/viash-actions/setup@v5 | ||
- uses: viash-io/viash-actions/setup@v6 | ||
|
||
# use cache | ||
- name: Cache resources data | ||
|
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