From 31a3e652c5d3d1c0c9a7777c0889f2ca030ab28d Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 29 Jan 2022 00:10:29 +0000 Subject: [PATCH] :whale: Removes linting from Dockerfile --- .github/workflows/docker-image.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 66877a96..ceb7e138 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -25,11 +25,11 @@ jobs: uses: tyankatsu0105/read-package-version-actions@v1 id: package-version - - name: ✨ Validate Dockerfile - uses: ghe-actions/dockerfile-validator@v1 - with: - dockerfile: 'Dockerfile' - lint: 'hadolint' + # - name: ✨ Validate Dockerfile + # uses: ghe-actions/dockerfile-validator@v1 + # with: + # dockerfile: 'Dockerfile' + # lint: 'hadolint' - name: 🗂️ Make Docker Meta id: meta