chore: update reusable docker pipeline to v0.18.1 #884
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: ci | ||
| on: | ||
| pull_request: | ||
| branches: | ||
| - '**' | ||
| permissions: | ||
| contents: read | ||
| jobs: | ||
| lint_test: | ||
| uses: babylonlabs-io/.github/.github/workflows/reusable_go_lint_test.yml@5151754256060bf160c411d0784f831f29882106 # v0.13.4 | ||
| with: | ||
| go-version: 1.24.11 | ||
| go-lint-version: v2.4.0 | ||
| run-unit-tests: true | ||
| run-integration-tests: true | ||
| integration-tests-command: make test-integration && make test-e2e | ||
| integration-tests-docker-auth: false | ||
| run-lint: true | ||
| run-build: true | ||
| run-gosec: true | ||
| gosec-args: "-no-fail ./..." | ||
| docker_pipeline: | ||
|
Check failure on line 26 in .github/workflows/ci.yml
|
||
| uses: babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@0adff9d36a387ebfc921621f2e6b357230f8c08e # v0.18.1 | ||
| secrets: inherit | ||
| permissions: | ||
| security-events: write | ||
| packages: read | ||
| with: | ||
| publish: false | ||
| dockerfile: ./contrib/images/staking-api-service/Dockerfile | ||
| docker_scan: true | ||