File tree Expand file tree Collapse file tree 3 files changed +17
-6
lines changed
Expand file tree Collapse file tree 3 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 2222 with :
2323 dockerfile : test/fixtures/Dockerfile-valid
2424
25+ gh-action-default-slim :
26+ name : Action validates Dockerfiles using the `ubuntu-slim` container
27+ runs-on : ubuntu-slim
28+ steps :
29+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
30+ with :
31+ persist-credentials : false
32+ - uses : ./
33+ with :
34+ dockerfile : test/fixtures/Dockerfile-valid
35+
2536 gh-action-version :
2637 name : Action supports custom version
2738 runs-on : ubuntu-24.04
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ on: pull_request
1212
1313jobs :
1414 hadolint :
15- runs-on : ubuntu-24.04
15+ runs-on : ubuntu-slim
1616 name : Hadolint
1717 steps :
1818 - uses : actions/checkout@v6
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ on: pull_request
1515
1616jobs :
1717 hadolint :
18- runs-on : ubuntu-24.04
18+ runs-on : ubuntu-slim
1919 name : Hadolint
2020 steps :
2121 - uses : actions/checkout@v6
5050
5151jobs:
5252 hadolint:
53- runs-on: ubuntu-24.04
53+ runs-on: ubuntu-slim
5454 name: Hadolint
5555 steps:
5656 - uses: actions/checkout@v6
@@ -78,7 +78,7 @@ on: pull_request
7878
7979jobs:
8080 hadolint:
81- runs-on: ubuntu-24.04
81+ runs-on: ubuntu-slim
8282 name: Hadolint"
8383 steps:
8484 - uses: actions/checkout@v6
@@ -101,7 +101,7 @@ on: pull_request
101101
102102jobs:
103103 hadolint:
104- runs-on: ubuntu-24.04
104+ runs-on: ubuntu-slim
105105 name: Hadolint
106106 steps:
107107 - uses: actions/checkout@v6
@@ -141,7 +141,7 @@ permissions:
141141
142142jobs:
143143 hadolint:
144- runs-on: ubuntu-24.04
144+ runs-on: ubuntu-slim
145145 name: Hadolint
146146 steps:
147147 - uses: actions/checkout@v6
You can’t perform that action at this time.
0 commit comments