Skip to content

feat: add Docker configuration files and update build workflow #3

feat: add Docker configuration files and update build workflow

feat: add Docker configuration files and update build workflow #3

Workflow file for this run

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 19 in .github/workflows/build.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yaml

Invalid workflow file

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