summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build-stable-container.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/build-stable-container.yml b/.github/workflows/build-stable-container.yml
index 9129c699..032fd762 100644
--- a/.github/workflows/build-stable-container.yml
+++ b/.github/workflows/build-stable-container.yml
@@ -1,8 +1,9 @@
name: Build and release container
on:
- tags:
- - "v*"
+ push:
+ tags:
+ - "v*"
jobs:
release: