Skip to content

Commit

Permalink
Update the CI's use of the common Go reusable workflows (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
webbnh authored Jun 27, 2024
1 parent d8af555 commit a8e0918
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,18 @@ jobs:
name: release
permissions:
contents: write
packages: write
needs:
- lint_and_test
- generate
uses: arcalot/arcaflow-reusable-workflows/.github/workflows/go_release.yaml@main
secrets:
QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }}
QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }}
REGISTRY_USERNAME: ${{ secrets.QUAY_USERNAME }}
REGISTRY_PASSWORD: ${{ secrets.QUAY_PASSWORD }}
with:
go_version: ${{ vars.ARCALOT_GO_VERSION }}
for_release: ${{ startsWith(github.event.ref, 'refs/tags/') }}
registry: quay.io
build_python_wheel:
name: build python wheel
needs:
Expand Down
7 changes: 7 additions & 0 deletions .limgo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"statistic": {
"excludes": [
"mocks/.*"
]
}
}

0 comments on commit a8e0918

Please sign in to comment.