im (a little) retarded

This commit is contained in:
2022-02-19 21:56:04 +05:30
parent 86c3472723
commit 39205467a1
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1 as builder
FROM golang:alpine as builder
COPY . /src
WORKDIR /src
ENV CGO_ENABLED 0

View File

@@ -10,7 +10,7 @@ resources:
type: registry-image
icon: docker
source:
repository: ((docker.user))/concourse-nomad-resource
repository: ((docker.user))/gitea-release-resource
tag: latest
username: ((docker.user))
password: ((docker.pass))