Skip to content

Commit

Permalink
remove .functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiWaldrant committed Jun 21, 2024
1 parent e2075ce commit eb05dd8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- uses: viash-io/viash-actions/ns-build@v5
with:
config_mod: .functionality.version := '${{ steps.defaults.outputs.version }}'
config_mod: .version := '${{ steps.defaults.outputs.version }}'
parallel: true

- name: Deploy to target branch
Expand All @@ -74,7 +74,7 @@ jobs:
run: |
echo "matrix=$(jq -c '[ .[] |
{
"name": (.functionality.namespace + "/" + .functionality.name),
"name": (.namespace + "/" + .name),
"dir": .info.config | capture("^(?<dir>.*\/)").dir
}
]' ${{ steps.ns_list.outputs.output_file }} )" >> $GITHUB_OUTPUT
Expand All @@ -101,7 +101,7 @@ jobs:
- name: Build container
uses: viash-io/viash-actions/ns-build@v5
with:
config_mod: .functionality.version := '${{ needs.list.outputs.version }}'
config_mod: .version := '${{ needs.list.outputs.version }}'
platform: docker
src: ${{ matrix.component.dir }}
setup: build
Expand All @@ -116,7 +116,7 @@ jobs:
- name: Push container
uses: viash-io/viash-actions/ns-build@v5
with:
config_mod: .functionality.version := '${{ needs.list.outputs.version }}'
config_mod: .version := '${{ needs.list.outputs.version }}'
platform: docker
src: ${{ matrix.component.dir }}
setup: push

0 comments on commit eb05dd8

Please sign in to comment.