mirror of
https://github.com/napnap75/multiarch-docker-images.git
synced 2025-12-16 11:44:18 +01:00
Removed piwigo-souvenirs
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
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:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ RUN apk add --no-cache git gcc musl-dev \
|
|||||||
&& go build -ldflags="-w -s" -o /go/bin/immich-souvenirs
|
&& go build -ldflags="-w -s" -o /go/bin/immich-souvenirs
|
||||||
|
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
RUN apk add --no-cache tzdata
|
||||||
COPY --from=builder /go/bin/immich-souvenirs /usr/bin/
|
COPY --from=builder /go/bin/immich-souvenirs /usr/bin/
|
||||||
VOLUME /tmp/messages
|
VOLUME /tmp/messages
|
||||||
ENTRYPOINT ["/usr/bin/immich-souvenirs"]
|
ENTRYPOINT ["/usr/bin/immich-souvenirs"]
|
||||||
|
|||||||
Reference in New Issue
Block a user