FIX entry build go
Some checks failed
${{ github.actor }} executed Build Push Prod / build (push) Failing after 47s
${{ github.actor }} executed Build Push Prod / deploy (push) Has been skipped

This commit is contained in:
maximo tejeda 2024-12-04 22:29:56 -04:00
parent 5ebdd68f95
commit 6f907ca9ec

View File

@ -9,7 +9,7 @@ COPY . .
RUN go build -o bin/us-dop-bot \
-ldflags "-X main.Shortsha=${SHORTSHA} \
-X main.Version=${version} \
-X main.Aarch=${TARGETARCH}" ./cmd
-X main.Aarch=${TARGETARCH}" ./cmd/bot/main.go
FROM alpine AS runner
COPY --from=builder /app/bin/us-dop-bot /usr/bin/