Skip to content

chore: update reusable docker pipeline to v0.18.1 #884

chore: update reusable docker pipeline to v0.18.1

chore: update reusable docker pipeline to v0.18.1 #884

Workflow file for this run

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

View workflow run for this annotation

GitHub Actions / ci

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 26, Col: 3): Error calling workflow 'babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@0adff9d36a387ebfc921621f2e6b357230f8c08e'. The workflow is requesting 'contents: read, id-token: write', but is only allowed 'contents: none, id-token: none'.
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