Skip to content

Adjusted the tags syntax #118

Adjusted the tags syntax

Adjusted the tags syntax #118

Workflow file for this run

name: Main Workflow
on:
push:
workflow_dispatch:
permissions:
contents: read
security-events: write
actions: read
id-token: write
jobs:
build-image:
uses: ./.github/workflows/build-image.yml
lint-format:
uses: ./.github/workflows/lint-format.yml
needs: build-image
unit-sec-scan:
uses: ./.github/workflows/unit-sec-test.yml
needs: lint-format
push-docker-image:

Check failure on line 26 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / Main Workflow

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 26, Col: 5): Error calling workflow 'thogue12/python-fastapi/.github/workflows/push-docker-image.yml@b020f963b319be72101f068328aa0722636ab8e4'. The workflow is requesting 'packages: write', but is only allowed 'packages: none'.
uses: ./.github/workflows/push-docker-image.yml
needs: unit-sec-scan