Removed piwigo-souvenirs

This commit is contained in:
2024-06-30 18:43:42 +02:00
parent 91d572fb1a
commit 6957da86a8
2 changed files with 2 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
repository: [immich-souvenirs, dnsupdater, rsync-server, sshd, webhook, gandi, http-tunnel, piwigo-souvenirs, restic-auto, restic-rest, shairport-sync, telegraf]
repository: [immich-souvenirs, dnsupdater, rsync-server, sshd, webhook, gandi, http-tunnel, restic-auto, restic-rest, shairport-sync, telegraf]
steps:
- name: Checkout

View File

@@ -8,6 +8,7 @@ RUN apk add --no-cache git gcc musl-dev \
&& go build -ldflags="-w -s" -o /go/bin/immich-souvenirs
FROM alpine:latest
RUN apk add --no-cache tzdata
COPY --from=builder /go/bin/immich-souvenirs /usr/bin/
VOLUME /tmp/messages
ENTRYPOINT ["/usr/bin/immich-souvenirs"]