Skip to content

fix: package.json to reduce vulnerabilities #15

fix: package.json to reduce vulnerabilities

fix: package.json to reduce vulnerabilities #15

Workflow file for this run

# .github/workflows/docker-build.yml
name: Docker Build
on:
push:
branches:
- main
- develop
- 'feature/**'
- 'hotfix/**'
tags:
- 'v*.*.*'
pull_request:
branches:
- main
- develop
jobs:
docker:
uses: pnstack/actions/docker-publish@main

Check failure on line 20 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
with:
platforms: linux/amd64,linux/arm64
# Optional customizations:
dockerfile: ./Dockerfile
context: .
push_enabled: true
registry: ghcr.io