Add action
Some checks failed
Deploy / deploy (push) Failing after 2s

This commit is contained in:
Hugo Mårdbrink 2025-12-03 21:18:37 +01:00
parent 65ff41d412
commit da0184a89c
2 changed files with 19 additions and 1 deletions

View file

@ -1,4 +1,4 @@
FROM golang:1.22.3-alpine AS builder
FROM docker.io/library/golang:1.22.3-alpine AS builder
WORKDIR /app