Skip to content

feat(deps): update dependency opensearch-py to v2.6.0 #110

feat(deps): update dependency opensearch-py to v2.6.0

feat(deps): update dependency opensearch-py to v2.6.0 #110

Workflow file for this run

---
name: docker-build
on:
pull_request:
types:
- opened
- synchronize
paths-ignore:
- .github/**
concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true
jobs:
get-changed-files:
permissions:
contents: read
uses: strg-at/github-workflows/.github/workflows/get-changed-files.yaml@aa1f8619cbbad509699c0488d1e1a0a0a24eca09 # v1.8.0
with:
runner: '["ubuntu-latest"]'
files: |
**/Dockerfile
matrix: true
dir_names: true
docker-build:

Check failure on line 28 in .github/workflows/test-build.yaml

View workflow run for this annotation

GitHub Actions / docker-build

Invalid workflow file

The workflow is not valid. .github/workflows/test-build.yaml (Line: 28, Col: 3): Error calling workflow 'strg-at/github-workflows/.github/workflows/docker-build.yaml@aa1f8619cbbad509699c0488d1e1a0a0a24eca09'. The nested job 'docker-build' is requesting 'packages: read', but is only allowed 'packages: none'.
needs: get-changed-files
if: ${{ needs.get-changed-files.outputs.files != '[]'}}
permissions:
contents: read
strategy:
matrix:
paths: ${{fromJSON(needs.get-changed-files.outputs.files)}}
fail-fast: false
uses: strg-at/github-workflows/.github/workflows/docker-build.yaml@aa1f8619cbbad509699c0488d1e1a0a0a24eca09 # v1.8.0
with:
runner: '["ubuntu-latest"]'
file: ${{ matrix.paths }}/Dockerfile
context: ${{ matrix.paths }}