Skip to content

Commit

Permalink
ci: do not block on lint for docker publish
Browse files Browse the repository at this point in the history
Dockerfiles should have been linted already
  • Loading branch information
hhirtz committed Dec 8, 2023
1 parent 2ce565b commit fef0c5e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Lint Dockerfile
uses: hadolint/hadolint-action@master
with:
dockerfile: "Dockerfile"
ignore: 'DL3006,DL3008' # DL3006: false positive, rust image has a tag

# Login against a Docker registry except on PR
# https://github.com/docker/login-action
- name: Log into registry ${{ env.REGISTRY }}
Expand Down

0 comments on commit fef0c5e

Please sign in to comment.