Attempt to allow action runner to build
Some checks failed
Build and push container image / build (push) Has been cancelled

This commit is contained in:
toast 2023-12-06 07:45:10 +11:00
parent e462a802bf
commit 4be8f106ef

View File

@ -1,4 +1,4 @@
FROM golang:1.21-alpine3.18@sha256:70afe55365a265f0762257550bc38440e0d6d6b97020d3f8c85328f00200dd8e AS builder FROM golang:1.21-alpine3.18 AS builder
WORKDIR /corn-util WORKDIR /corn-util
COPY go.mod go.sum ./ COPY go.mod go.sum ./