Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maouw committed Apr 4, 2024
1 parent f855515 commit 2ff6778
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/apptainer-image.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 2ff6778

Please sign in to comment.