mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 16:43:13 +01:00
🐳 Removes linting from Dockerfile
This commit is contained in:
parent
dfa9d7c5e8
commit
31a3e652c5
1 changed files with 5 additions and 5 deletions
10
.github/workflows/docker-image.yml
vendored
10
.github/workflows/docker-image.yml
vendored
|
|
@ -25,11 +25,11 @@ jobs:
|
||||||
uses: tyankatsu0105/read-package-version-actions@v1
|
uses: tyankatsu0105/read-package-version-actions@v1
|
||||||
id: package-version
|
id: package-version
|
||||||
|
|
||||||
- name: ✨ Validate Dockerfile
|
# - name: ✨ Validate Dockerfile
|
||||||
uses: ghe-actions/dockerfile-validator@v1
|
# uses: ghe-actions/dockerfile-validator@v1
|
||||||
with:
|
# with:
|
||||||
dockerfile: 'Dockerfile'
|
# dockerfile: 'Dockerfile'
|
||||||
lint: 'hadolint'
|
# lint: 'hadolint'
|
||||||
|
|
||||||
- name: 🗂️ Make Docker Meta
|
- name: 🗂️ Make Docker Meta
|
||||||
id: meta
|
id: meta
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue