separate workflow for build vs publish
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Build container images / build (push) Successful in 44s

This commit is contained in:
2023-08-16 17:03:16 -07:00
parent e6a44851af
commit 3388e809ba
3 changed files with 53 additions and 14 deletions

View File

@@ -8,7 +8,7 @@ FROM python:${PYTHON_VERSION}-alpine${ALPINE_VERSION}
RUN apk update && apk add less
RUN pip install rotate-backups==8.1
# RUN pip install rotate-backups==$ROTATE_BACKUPS_VERSION
# RUN pip install rotate-backups==${ROTATE_BACKUPS_VERSION}
RUN mkdir /data