Skip to content

Commit

Permalink
add releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
denizgursoy committed Feb 26, 2024
1 parent af00b32 commit 7ae0392
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ dockers:
- image_templates:
- 'ghcr.io/denizgursoy/clerk:{{ .Tag }}'
- 'ghcr.io/denizgursoy/clerk:latest'
use: buildx
build_flag_templates:
- "--pull"
- "--label=io.artifacthub.package.readme-url=https://raw.githubusercontent.com/denizgursoy/clerk/main/README.md"
Expand Down
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ FROM golang:1.21-alpine AS build
# Set the working directory
WORKDIR /app

# Copy and download dependencies

# Copy the source code
COPY . .
RUN go mod tidy
Expand Down

0 comments on commit 7ae0392

Please sign in to comment.