Placeholder check

This commit is contained in:
Radek Golan 2024-04-22 14:34:55 +02:00
parent 88e209305d
commit 85a3103884
2 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,7 @@ steps:
failure: ignore failure: ignore
depends_on: depends_on:
- scan-repo - scan-repo
#- scan-conf - scan-conf
settings: settings:
webhook_url: webhook_url:
from_secret: discord_webhook from_secret: discord_webhook

View File

@ -35,4 +35,6 @@ COPY src ./src
RUN --mount=type=cache,target=$POETRY_CACHE_DIR poetry install --only-root RUN --mount=type=cache,target=$POETRY_CACHE_DIR poetry install --only-root
COPY .version .version COPY .version .version
HEALTHCHECK CMD ["true"]
ENTRYPOINT ["python", "-m", "discord_notifier"] ENTRYPOINT ["python", "-m", "discord_notifier"]