From 2ff677838b9f6d512384da2c59479e742f6b899e Mon Sep 17 00:00:00 2001 From: Altan Orhon Date: Wed, 3 Apr 2024 21:26:57 -0700 Subject: [PATCH] Update workflow --- .github/workflows/apptainer-image.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/apptainer-image.yml b/.github/workflows/apptainer-image.yml index 9293317..2c3aa73 100644 --- a/.github/workflows/apptainer-image.yml +++ b/.github/workflows/apptainer-image.yml @@ -1,6 +1,14 @@ name: Apptainer Build on: - workflow_dispatch: + push: + tags: + - "v*" + workflow_dispath: + inputs: + IMAGE_TAG: + description: 'Tag of the image to build' + default: 'latest' + required: false defaults: run: