Skip to content

Workflow file for this run

name: seamoon

Check failure on line 1 in .github/workflows/seamoon.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/seamoon.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: build, docs, package, release
on: [ push, pull_request ]
jobs:
build:
use: ./.github/workflows/build.yml
docs:
if: ${{ github.ref == 'refs/heads/main' || ${{ github.ref == 'refs/heads/feat/docs' }}
release:
if: startsWith(github.ref, 'refs/tags/')
use: ./.github/workflows/release.yml
package:
if: startsWith(github.ref, 'refs/tags/')
use: ./.github/workflows/package.yml
with:
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
ALIYUN_USERNAME: ${{ secrets.ALIYUN_USERNAME }}
ALIYUN_PASSWORD: ${{ secrets.ALIYUN_PASSWORD }}
TENCENT_USERNAME: ${{ secrets.TENCENT_USERNAME }}
TENCENT_PASSWORD: ${{ secrets.TENCENT_PASSWORD }}