Skip to content

chore(deps): pin python docker tag to c46b0ae #98

chore(deps): pin python docker tag to c46b0ae

chore(deps): pin python docker tag to c46b0ae #98

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@24d79a482f0d30cef0cfc87f97183ec42559d29b # v1.7.1
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@24d79a482f0d30cef0cfc87f97183ec42559d29b'. 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@24d79a482f0d30cef0cfc87f97183ec42559d29b # v1.7.1
with:
runner: '["ubuntu-latest"]'
file: ${{ matrix.paths }}/Dockerfile
context: ${{ matrix.paths }}