diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a5f201..2485573 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,9 @@ name: "CI" on: push: + tags: + - "v*" + branches: - master diff --git a/Dockerfile b/Dockerfile index 93a3909..cbb24e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/hadolint/hadolint:v2.14.0-debian +FROM ghcr.io/hadolint/hadolint:v2.13.1-debian COPY LICENSE README.md problem-matcher.json / COPY hadolint.sh /usr/local/bin/hadolint.sh