Skip to content

Commit

Permalink
ci: dockerfile swag
Browse files Browse the repository at this point in the history
  • Loading branch information
ElaBosak233 committed May 26, 2024
1 parent 28c42b8 commit cb3de3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Docker Build & Push

on:
push:
tags:
- "v*"
workflow_dispatch:

permissions:
Expand Down
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ COPY ./ /app

WORKDIR /app

RUN go install github.com/swaggo/swag/cmd/swag@latest
RUN go mod download

RUN make build

FROM node:20 AS frontend
Expand Down

0 comments on commit cb3de3d

Please sign in to comment.