This commit is contained in:
@ -24,5 +24,5 @@ jobs:
|
||||
push: true
|
||||
platforms: linux/arm64,linux/amd64
|
||||
tags: |
|
||||
gitea.henriburau.de/ace966/WeeWooWebhook:latest
|
||||
gitea.henriburau.de/ace966/WeeWooWebhook:${{ gitea.run_id }}
|
||||
gitea.henriburau.de/ace966/weewoowebhook:latest
|
||||
gitea.henriburau.de/ace966/weewoowebhook:${{ gitea.run_id }}
|
||||
|
||||
@ -7,7 +7,7 @@ WORKDIR /app
|
||||
COPY . .
|
||||
|
||||
# Build the Go binary statically
|
||||
RUN CGO_ENABLED=0 GOOS=linux go build -o weewoowebhook /app/cmd/wee_woo_webhook/main.go
|
||||
RUN go build -o weewoowebhook /app/cmd/wee_woo_webhook/main.go
|
||||
|
||||
FROM scratch
|
||||
|
||||
|
||||
Reference in New Issue
Block a user