[CU-86b4umhm1] Update python:3.11-slim Docker digest to 233de06 #692
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: Build, Test & Analyse | ||
| on: | ||
| pull_request: | ||
| branches: [ master, main ] | ||
| jobs: | ||
| concourse-build-check: | ||
| name: Concourse Build Check | ||
| uses: DNAstack/dnastack-development-tools/.github/workflows/concourse-build-check.yml@4f3ab84f922ae9829598631c30fcba26df4a733f | ||
|
Check failure on line 10 in .github/workflows/concourse-build-check.yml
|
||
| with: | ||
| pipeline_name: 'publisher-dev' | ||
| job_name: 'setup-dnastack-client-library-e2e-test-client' | ||
| concourse_username: ${{ vars.CONCOURSE_USERNAME }} | ||
| secrets: | ||
| concourse_password: ${{ secrets.CONCOURSE_PASSWORD }} | ||