tangled
alpha
login
or
join now
whitequark.org
/
git-pages-cli
1
fork
atom
[mirror] Command-line application for uploading a site to a git-pages server
1
fork
atom
overview
issues
pulls
pipelines
chore(deps): update all dependencies
woodpecker-bot
3 months ago
9a78c894
88b16a8f
+2
-2
2 changed files
expand all
collapse all
unified
split
.forgejo
workflows
ci.yaml
Dockerfile
+1
-1
.forgejo/workflows/ci.yaml
···
35
needs: [check]
36
runs-on: codeberg-small-lazy
37
container:
38
-
image: docker.io/library/node:24-trixie-slim@sha256:45babd1b4ce0349fb12c4e24bf017b90b96d52806db32e001e3013f341bef0fe
39
steps:
40
- name: Install dependencies
41
run: |
···
35
needs: [check]
36
runs-on: codeberg-small-lazy
37
container:
38
+
image: docker.io/library/node:24-trixie-slim@sha256:ef4ca6d078dd18322059a1f051225f7bbfc2bb60c16cbb5d8a1ba2cc8964fe8a
39
steps:
40
- name: Install dependencies
41
run: |
+1
-1
Dockerfile
···
1
-
FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.25-alpine@sha256:aee43c3ccbf24fdffb7295693b6e33b21e01baec1b2a55acc351fde345e9ec34 AS builder
2
ARG TARGETOS TARGETARCH
3
RUN apk --no-cache add ca-certificates git
4
WORKDIR /build
···
1
+
FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.25-alpine@sha256:d3f0cf7723f3429e3f9ed846243970b20a2de7bae6a5b66fc5914e228d831bbb AS builder
2
ARG TARGETOS TARGETARCH
3
RUN apk --no-cache add ca-certificates git
4
WORKDIR /build