Skip to content

Commit

Permalink
CI: fix typo [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
DriesSchaumont committed Feb 15, 2024
1 parent b8b6a21 commit 00a160e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ jobs:
if: ${{ github.event_name == 'push' || inputs.deploy_to_viash_hub }}
run: |
viash ns exec -s ${{ matrix.component.dir }} --apply_platform -p docker \
'docker tag ghcr.io/openpipelines-bio/{namespace}_{functionality-name}:${{ github.event_name == 'push' && 'main_build' || inputs.target_tag }} viash-hub.com:5050/openpipelines-bio/openpipeline/{namespace}_{functionality-name}:${{ inputs.version || format('{0}_build', github.ref_name) }}"
'docker tag ghcr.io/openpipelines-bio/{namespace}_{functionality-name}:${{ github.event_name == 'push' && 'main_build' || inputs.target_tag }} viash-hub.com:5050/openpipelines-bio/openpipeline/{namespace}_{functionality-name}:${{ inputs.version || format('{0}_build', github.ref_name) }}'
- name: Push container to Viash-Hub
if: ${{ github.event_name == 'push' || inputs.deploy_to_viash_hub }}
Expand Down

0 comments on commit 00a160e

Please sign in to comment.