Compare commits
9 commits
Author | SHA1 | Date | |
---|---|---|---|
1ca8a15d9d | |||
89834ee25f | |||
596304a608 | |||
42d14a2d22 | |||
e792814d81 | |||
ead8a8a5d2 | |||
efafdf7d5a | |||
3eef0d8126 | |||
a97d93f306 |
2 changed files with 5 additions and 2 deletions
|
@ -39,7 +39,7 @@ jobs:
|
|||
Repo: ${{ github.repository }}
|
||||
Job: ${{ github.action }}
|
||||
Status: ${{ job.status }}
|
||||
Trigger Event: ${{ GITHUB_EVENT_NAME }}
|
||||
Trigger Event: ${{ github.event_name }}
|
||||
|
||||
build:
|
||||
needs: [gitleaks, hadolint] # shellcheck
|
||||
|
@ -88,4 +88,4 @@ jobs:
|
|||
Repo: ${{ github.repository }}
|
||||
Job: ${{ github.action }}
|
||||
Status: ${{ job.status }}
|
||||
Trigger Event: ${{ GITHUB_EVENT_NAME }}
|
||||
Trigger Event: ${{ github.event_name }}
|
||||
|
|
|
@ -17,3 +17,6 @@ RUN apt-get update \
|
|||
s-nail \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/*
|
||||
|
||||
|
||||
sadfas
|
||||
|
|
Loading…
Add table
Reference in a new issue