Copy files over correctly.
Some checks failed
build / build (push) Failing after 8m44s
test / test (push) Successful in 36s

This commit is contained in:
Seraphim R. Pardee 2024-09-20 14:06:15 -04:00
parent 0904d5c385
commit 2e5baf6023
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ jobs:
file: ./Dockerfile
platforms: |
linux/amd64
linux/arm64
linux/arm64
push: true
tags: |
${{ gitea.repository_owner }}/${{ gitea.repository }}:dev

View File

@ -1,7 +1,7 @@
FROM golang:1.23
WORKDIR /app
COPY * ./
COPY . ./
RUN go mod download
RUN CGO_ENABLED=0 GOOS=linux go build -o /bingo