ci: fqn for images
All checks were successful
build / build (push) Successful in 1m47s

This commit is contained in:
Viktor Varland 2025-03-28 15:47:34 +01:00
parent 17b2ed5a9a
commit 70fa49e16a
Signed by: varl
GPG key ID: 7459F0B410115EE8

View file

@ -1,4 +1,4 @@
FROM golang:1.24-alpine as builder
FROM docker.io/library/golang:1.24-alpine as builder
WORKDIR /src
@ -8,7 +8,7 @@ RUN go mod download
COPY . .
RUN go build -o /src/build/subsyt .
FROM archlinux:latest
FROM docker.io/library/archlinux:latest
RUN pacman -Syu --noconfirm \
yt-dlp \