Skip to content

Commit

Permalink
feat: added hadolint job
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Forattini committed Apr 28, 2022
1 parent f59d426 commit 6f7d637
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/service-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,10 @@ jobs:
entrypoint: '${{ steps.node_setup.outputs.docker_entrypoint }}',
command: '${{ steps.node_setup.outputs.docker_command }}',
})
- uses: hadolint/hadolint-action@v2.0.0
with:
dockerfile: Dockerfile

# build
- name: Set up QEMU
Expand Down Expand Up @@ -329,6 +333,7 @@ jobs:
#--------------------------------------------------#
Deploy:
runs-on: ubuntu-latest
environment: dev
needs:
- Setup
- Build-Node
Expand Down

0 comments on commit 6f7d637

Please sign in to comment.