3 Commits

Author SHA1 Message Date
Moritz Röhrich 2332a7b74a feat: trigger release workflow
Release action only triggers if there is a commit with a keyword in the
title since the last release tag was made...

Signed-off-by: Moritz Röhrich <moritz@ildefons.de>
2025-09-22 13:43:49 +02:00
Moritz Röhrich 2bfd2b95f8 Don't trigger release workflow on Tag
Tags are automatically generated and applied by the release action

Signed-off-by: Moritz Röhrich <moritz@ildefons.de>
2025-09-22 13:41:56 +02:00
Moritz Röhrich 0931ae0972 Release v3.3.0
Signed-off-by: Moritz Röhrich <moritz@ildefons.de>
2025-09-22 13:33:25 +02:00
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -1,9 +1,6 @@
name: "CI"
on:
push:
tags:
- "v*"
branches:
- master
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ghcr.io/hadolint/hadolint:v2.13.1-debian
FROM ghcr.io/hadolint/hadolint:v2.14.0-debian
COPY LICENSE README.md problem-matcher.json /
COPY hadolint.sh /usr/local/bin/hadolint.sh