mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-24 08:02:18 +02:00
Fix typo in golang image name (#2696)
This commit is contained in:
parent
ebe0307c6b
commit
037703028e
@ -1,4 +1,4 @@
|
|||||||
FROM --platform=$BUILDPLATFORM docker.io/olang:1.21 AS build
|
FROM --platform=$BUILDPLATFORM docker.io/golang:1.21 AS build
|
||||||
|
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
COPY . .
|
COPY . .
|
||||||
|
Loading…
Reference in New Issue
Block a user