Skip to content

restore links

restore links #21

name: file-upload-build-and-push-ghcr
on:
push:
branches:
- main
- staging
paths:
- 'file-upload/**'
- 'Dockerfiles/file-upload.Dockerfile'
- 'container-health-scripts/upload.sh'
- 'shared/bin/docker-uid-gid-setup.sh'
- 'shared/bin/service_check_passthrough.sh'
- '.trigger_workflow_build'
workflow_dispatch:
repository_dispatch:
jobs:
docker:

Check failure on line 19 in .github/workflows/file-upload-build-and-push-ghcr.yml

View workflow run for this annotation

GitHub Actions / file-upload-build-and-push-ghcr

Invalid workflow file

The workflow is not valid. .github/workflows/file-upload-build-and-push-ghcr.yml (Line: 19, Col: 3): Error calling workflow 'piercema/Malcolm/.github/workflows/docker-build-push-scan.yml@82e5fe105335fad9853295a361cf4fd2e135b664'. The nested job 'docker' is requesting 'actions: write, packages: write, security-events: write', but is only allowed 'actions: none, packages: read, security-events: none'.
uses: ./.github/workflows/docker-build-push-scan.yml
with:
service: file-upload
dockerfile: ./Dockerfiles/file-upload.Dockerfile