Skip to content

feat: standardize CI/CD workflows across services #36

feat: standardize CI/CD workflows across services

feat: standardize CI/CD workflows across services #36

name: Release Nakama
on:
workflow_dispatch:
push:
tags:
- 'v*.*.*'
jobs:
build:
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') }}
uses: ./.github/workflows/templates/docker-build.yaml

Check failure on line 12 in .github/workflows/release-nakama.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/release-nakama.yaml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
with:
component: nakama
dockerfile: ./relay/nakama/Dockerfile