Skip to content

Commit

Permalink
Adjust release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
praqma-thi committed Sep 18, 2023
1 parent e510bf7 commit 6df6c63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: goreleaser/goreleaser-action@v3
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}

Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ FROM golang:1.21 AS build-stage
WORKDIR /app

COPY . ./
RUN go mod download
RUN CGO_ENABLED=0 GOOS=linux go build

# Deploy
Expand Down

0 comments on commit 6df6c63

Please sign in to comment.