Skip to content

Commit

Permalink
fixing docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
jlsherrill committed Feb 5, 2024
1 parent 87714ae commit de5eae5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ jobs:
docker run --rm -v ${PWD}:/local openapitools/openapi-generator-cli:latest-release generate \
-i /local/candlepin-api-spec.yaml \
-g go \
--git-user-id=content-services
--git-user-id=content-services \
--git-repo-id=caliri/release/${{ steps.getRelease.outputs.major }} \
--package-name=caliri
-p packageVersion=${{ steps.getRelease.outputs.version }} \
--package-name=caliri \
-p packageVersion=${{ steps.getRelease.outputs.version }}
- uses: actions/setup-go@v2
if: steps.getRelease.outputs.tag != steps.repoRelease.outputs.tag
Expand Down

0 comments on commit de5eae5

Please sign in to comment.