Skip to content

Commit

Permalink
added arguments to release GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Sep 29, 2022
1 parent a39c6e3 commit 83bb4cf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
echo "${{ secrets.FREESURFER_LICENSE }}" > licenses/freesurfer.txt
- name: Build and push container images
run: |
arcana deploy xnat build ./specs australian-imaging-service --registry ghcr.io --license-dir ./licenses --check-registry --push --raise-errors --release pipelines-meta:$RELEASE
run: >
arcana deploy xnat build ./specs australian-imaging-service --registry ghcr.io
--license-dir ./licenses --check-registry --push --raise-errors
--release pipelines-metapackage:$RELEASE --clean-up --tag-latest

0 comments on commit 83bb4cf

Please sign in to comment.