Skip to content

Commit 9dfa4f6

Browse files
committed
chore: comment out lint job in Docker publish workflow
1 parent 6f2c86b commit 9dfa4f6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/docker-publish.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ env:
2020
IMAGE_NAME: ${{ github.repository }}
2121

2222
jobs:
23-
lint:
24-
name: Lint Dockerfile
25-
runs-on: ubuntu-latest
26-
steps:
27-
- name: Checkout code
28-
uses: actions/checkout@v4
23+
# lint:
24+
# name: Lint Dockerfile
25+
# runs-on: ubuntu-latest
26+
# steps:
27+
# - name: Checkout code
28+
# uses: actions/checkout@v4
2929

30-
- name: Lint Dockerfile
31-
uses: hadolint/[email protected]
32-
with:
33-
dockerfile: Dockerfile
30+
# - name: Lint Dockerfile
31+
# uses: hadolint/[email protected]
32+
# with:
33+
# dockerfile: Dockerfile
3434

3535
build-and-push:
3636
name: Build and Push Docker image

0 commit comments

Comments
 (0)