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

This commit is contained in:
James Brumond 2023-08-16 18:11:04 -07:00
parent 4b6f979173
commit f8e38ff2bb
Signed by: james
GPG Key ID: E8F2FC44BAA3357A
2 changed files with 2 additions and 1 deletions

View File

@ -35,3 +35,4 @@ jobs:
build-args: |
PYTHON_VERSION=3
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
# 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