build: update and split gh workflows (#88)

This commit is contained in:
Ludvig Lundgren 2022-01-16 15:54:59 +01:00 committed by GitHub
parent 8ff8e6bbb0
commit ca6241e7cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 45 additions and 28 deletions

View file

@ -32,6 +32,8 @@ RUN make -f Makefile build/ctl
# build runner
FROM alpine:latest
LABEL org.opencontainers.image.source = "https://github.com/autobrr/autobrr"
ENV HOME="/config" \
XDG_CONFIG_HOME="/config" \
XDG_DATA_HOME="/config"