Compare commits
7 Commits
f3cd0d0a89
...
renovate/a
| Author | SHA1 | Date | |
|---|---|---|---|
|
9828cd5c50
|
|||
| 123c98bdbb | |||
|
3012f6c01b
|
|||
| b987f4775f | |||
|
8ff5caaede
|
|||
| 163a2af84b | |||
|
88ced43981
|
@@ -83,7 +83,7 @@ jobs:
|
||||
fi
|
||||
exit 0
|
||||
- name: Push changes
|
||||
uses: ad-m/github-push-action@v1.0.0
|
||||
uses: ad-m/github-push-action@v1.1.0
|
||||
with:
|
||||
github_token: ${{ secrets.ACTIONS_TOKEN }}
|
||||
repository: infrastructure/core-apps
|
||||
|
||||
@@ -11,7 +11,7 @@ FROM denoland/deno:bin-2.6.6@sha256:9f18d20207f2699595ea26d14e0b7e123cd0cd01100a
|
||||
|
||||
################################################################################
|
||||
# YT-DLP builder stage
|
||||
FROM alpine:3.23@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 AS yt-dlp-builder
|
||||
FROM alpine:3.23@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11 AS yt-dlp-builder
|
||||
ARG YT_DLP_VERSION
|
||||
ARG TARGETARCH
|
||||
|
||||
@@ -54,7 +54,7 @@ RUN mkdir -p /rootfs/bin && \
|
||||
|
||||
################################################################################
|
||||
# App builder stage
|
||||
FROM golang:1.26.1-trixie@sha256:1d414b0376b53ec94b9a2493229adb81df8b90af014b18619732f1ceaaf7234a AS app-builder
|
||||
FROM golang:1.26.2-trixie@sha256:c0074c718b473f3827043f86532c4c0ff537e3fe7a81b8219b0d1ccfcc2c9a09 AS app-builder
|
||||
|
||||
COPY app/ /opt/app
|
||||
WORKDIR /opt/app
|
||||
|
||||
Reference in New Issue
Block a user