Skip to content

Commit

Permalink
fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
unixime committed Dec 2, 2024
1 parent 9213a85 commit f99cb65
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,19 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Generate swagger sources
uses: yegorrybchenko/go-swag-action@v0.1
with:
command: init -g cmd/server.go -ot go
swagWersion: 1.8.1
equalToGoPath: docs/docs.go
equalToGoOriginPath: ./docs/docs.go
- name: Docker meta
id: meta
uses: docker/metadata-action@v5
with:
images: |
piccio/shell-tools
piccio/cn-exercise
tags: |
type=ref,event=branch
type=ref,event=pr
Expand Down

0 comments on commit f99cb65

Please sign in to comment.