ff
Some checks failed
lint, build and push / lint (push) Failing after 5s
lint, build and push / build (push) Successful in 15s

This commit is contained in:
Michael Grote 2024-09-02 20:58:19 +02:00
parent 3ccdf43dbe
commit 5868029e16

View file

@ -23,6 +23,12 @@ jobs:
uses: docker://pipelinecomponents/hadolint:0.26.4
with:
args: false ; hadolint Dockerfile
# - name: Checkout code
# uses: actions/checkout@v4
# - name: Run ShellCheck
# uses: sudo-bot/action-shellcheck@latest
# with:
# cli-args: "shell.sh"
- name: Send notification on error
uses: dawidd6/action-send-mail@v3
if: failure()
@ -35,14 +41,7 @@ jobs:
subject: "CI Error in ${{ env.GITHUB_REPOSITORY }}"
body: Job of ${{ env.github.repository }} failed!
# shellcheck: # https://github.com/marketplace/actions/shellcheck
# steps:
# - name: Checkout code
# uses: actions/checkout@v4
# - name: Run ShellCheck
# uses: sudo-bot/action-shellcheck@latest
# with:
# cli-args: "shell.sh"
build:
needs: [gitleaks, hadolint] # shellcheck