Compare commits
10 Commits
master
..
6b514c9208
| Author | SHA1 | Date | |
|---|---|---|---|
| 6b514c9208 | |||
|
27e9344f7d
|
|||
| 35506400d8 | |||
|
97d59802c0
|
|||
| 7efa8f7877 | |||
| 312ff88cb1 | |||
|
8a6eb3e1c6
|
|||
|
cd849d21fa
|
|||
| 5e60726efe | |||
|
a4aa16ea3c
|
@@ -83,7 +83,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
exit 0
|
exit 0
|
||||||
- name: Push changes
|
- name: Push changes
|
||||||
uses: ad-m/github-push-action@v1.1.0
|
uses: ad-m/github-push-action@v1.3.0
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.ACTIONS_TOKEN }}
|
github_token: ${{ secrets.ACTIONS_TOKEN }}
|
||||||
repository: infrastructure/core-apps
|
repository: infrastructure/core-apps
|
||||||
|
|||||||
+2
-2
@@ -38,7 +38,7 @@ RUN case "$TARGETARCH" in \
|
|||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# FFmpeg builder stage
|
# FFmpeg builder stage
|
||||||
FROM debian:13-slim@sha256:109e2c65005bf160609e4ba6acf7783752f8502ad218e298253428690b9eaa4b AS ffmpeg-builder
|
FROM debian:13-slim@sha256:b6e2a152f22a40ff69d92cb397223c906017e1391a73c952b588e51af8883bf8 AS ffmpeg-builder
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y --no-install-recommends ffmpeg
|
apt-get install -y --no-install-recommends ffmpeg
|
||||||
COPY --from=yt-dlp-builder /rootfs/bin/yt-dlp /yt-dlp
|
COPY --from=yt-dlp-builder /rootfs/bin/yt-dlp /yt-dlp
|
||||||
@@ -54,7 +54,7 @@ RUN mkdir -p /rootfs/bin && \
|
|||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# App builder stage
|
# App builder stage
|
||||||
FROM golang:1.26.3-trixie@sha256:d08bf3ed2bd263088ca8e23fefaf10f1b71769f6932f0a4017ba28d2a5baf001 AS app-builder
|
FROM golang:1.26.3-trixie@sha256:f34e7161a14638b812ce491bd89c81718f309cac6ec0ffe016e5fbcb4bdc8c06 AS app-builder
|
||||||
|
|
||||||
COPY app/ /opt/app
|
COPY app/ /opt/app
|
||||||
WORKDIR /opt/app
|
WORKDIR /opt/app
|
||||||
|
|||||||
Reference in New Issue
Block a user