From 83bb4cfe08f12177c8d22c00d740f639a5c6792d Mon Sep 17 00:00:00 2001 From: Tom Close Date: Thu, 29 Sep 2022 11:03:19 +1000 Subject: [PATCH] added arguments to release GHA --- .github/workflows/release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 24034f3..0e97d2a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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