one more attempt
Some checks failed
Build container images / build (push) Failing after 22s

This commit is contained in:
2023-08-16 18:11:04 -07:00
parent 4b6f979173
commit f8e38ff2bb
2 changed files with 2 additions and 1 deletions

View File

@@ -35,3 +35,4 @@ jobs:
build-args: | build-args: |
PYTHON_VERSION=3 PYTHON_VERSION=3
ALPINE_VERSION=3.18 ALPINE_VERSION=3.18
ROTATE_BACKUPS_VERSION=8.1

View File

@@ -10,7 +10,7 @@ RUN apk update && apk add less
RUN pip install rotate-backups==8.1 RUN pip install rotate-backups==8.1
# fixme: why the fuck does this not work?? # fixme: why the fuck does this not work??
# RUN pip install rotate-backups==$ROTATE_BACKUPS_VERSION RUN pip install rotate-backups==$ROTATE_BACKUPS_VERSION
RUN mkdir /data RUN mkdir /data