mirror of
https://github.com/hadolint/hadolint-action.git
synced 2026-05-16 07:05:54 +00:00
Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2332a7b74a | ||
|
|
2bfd2b95f8 | ||
|
|
0931ae0972 |
2 changed files with 1 additions and 4 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -1,9 +1,6 @@
|
||||||
name: "CI"
|
name: "CI"
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
|
||||||
- "v*"
|
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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 LICENSE README.md problem-matcher.json /
|
||||||
COPY hadolint.sh /usr/local/bin/hadolint.sh
|
COPY hadolint.sh /usr/local/bin/hadolint.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue