test
Golang lint / GoLint (push) Successful in 2m25s
Build and push image / docker (push) Successful in 1m8s
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
2026-04-23 14:20:50 +03:00
parent 7c93e5f94c
commit 5f8e87a7ba
+1 -1
View File
@@ -1,4 +1,4 @@
FROM go:1.26-alpine AS builder
FROM golang:1.26-alpine AS builder
WORKDIR /app
COPY . .
RUN go build -o gitea-runner main.go