Switch to codeberg.org/rimgo/rimgo

This commit is contained in:
video-prize-ranch 2023-06-10 12:32:41 -04:00
parent b65ee39162
commit 23435cbe61
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ COPY . .
RUN npx tailwindcss -i static/tailwind.css -o static/app.css -m
RUN go mod download
RUN GOOS=linux GOARCH=$TARGETARCH CGO_ENABLED=0 go build -ldflags "-X codeberg.org/video-prize-ranch/rimgo/pages.VersionInfo=$(date '+%Y-%m-%d')-$(git rev-list --abbrev-commit -1 HEAD)"
RUN GOOS=linux GOARCH=$TARGETARCH CGO_ENABLED=0 go build -ldflags "-X codeberg.org/rimgo/rimgo/pages.VersionInfo=$(date '+%Y-%m-%d')-$(git rev-list --abbrev-commit -1 HEAD)"
FROM scratch as bin