Skip to content

Commit

Permalink
Edit dicodingacademy#8 circleci config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
slehmadi committed Oct 5, 2023
1 parent c9cf59a commit b1eac42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
- run: docker push ghcr.io/slehmadi/karsajobs:latest

lint-dockerfile:
executor: docker/hadolint
dockerfiles: Dockferfile
ignore-rules: DL4005,DL30008
trusted-registries: docker.io,ghcr.io
executor: docker/machine
steps:
- checkout
- run: docker run --rm --interactive hadolint/hadolint < Dockerfile

# Alur kerja dari pipeline
workflows:
Expand Down

0 comments on commit b1eac42

Please sign in to comment.