Compare commits

...
Sign in to create a new pull request.

9 commits
master ... mai

Author SHA1 Message Date
1ca8a15d9d dd 2025-02-11 15:59:11 +01:00
89834ee25f ss 2025-02-11 15:57:55 +01:00
596304a608 ss 2025-02-11 15:57:00 +01:00
42d14a2d22 dd 2025-02-11 15:55:53 +01:00
e792814d81 dd 2025-02-11 15:54:34 +01:00
ead8a8a5d2 ss 2025-02-11 15:53:27 +01:00
efafdf7d5a dd 2025-02-11 15:52:14 +01:00
3eef0d8126 sdfgds 2025-02-11 15:50:09 +01:00
a97d93f306 dfgdsf 2025-02-11 15:46:49 +01:00
2 changed files with 5 additions and 2 deletions
.gitea/workflows
Dockerfile

View file

@ -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 }}

View file

@ -17,3 +17,6 @@ RUN apt-get update \
s-nail \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/*
sadfas