Copy files over correctly.
This commit is contained in:
parent
0904d5c385
commit
2e5baf6023
@ -23,7 +23,7 @@ jobs:
|
|||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
platforms: |
|
platforms: |
|
||||||
linux/amd64
|
linux/amd64
|
||||||
linux/arm64
|
linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
${{ gitea.repository_owner }}/${{ gitea.repository }}:dev
|
${{ gitea.repository_owner }}/${{ gitea.repository }}:dev
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
FROM golang:1.23
|
FROM golang:1.23
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY * ./
|
COPY . ./
|
||||||
RUN go mod download
|
RUN go mod download
|
||||||
|
|
||||||
RUN CGO_ENABLED=0 GOOS=linux go build -o /bingo
|
RUN CGO_ENABLED=0 GOOS=linux go build -o /bingo
|
||||||
|
Loading…
Reference in New Issue
Block a user