mirror of
https://github.com/hadolint/hadolint-action.git
synced 2026-05-16 15:15:53 +00:00
Compare commits
No commits in common. "master" and "v3.2.0" have entirely different histories.
2 changed files with 4 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -1,6 +1,9 @@
|
|||
name: "CI"
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "v*"
|
||||
|
||||
branches:
|
||||
- master
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue