Skip to content

Update ci

Update ci #1

Workflow file for this run

name: Build and Push
permissions:
packages: write
on:
push:
branches:
- main
jobs:
build:

Check failure on line 12 in .github/workflows/docker-image.yaml

View workflow run for this annotation

GitHub Actions / Build and Push

Invalid workflow file

The workflow is not valid. .github/workflows/docker-image.yaml (Line: 12, Col: 3): Error calling workflow 'poketwo/workflows/.github/workflows/docker-image.yaml@main'. The workflow is requesting 'contents: read', but is only allowed 'contents: none'.
uses: poketwo/workflows/.github/workflows/docker-image.yaml@main
with:
package-name: gateway-proxy
secrets:
GIT_AUTH_TOKEN: ${{ secrets.GIT_AUTH_TOKEN }}