Skip to content

fix: ci

fix: ci #4

Workflow file for this run

name: seamoon
on: [ push, pull_request ]
jobs:
build:
uses: ./.github/workflows/build.yml
docs:
if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/feat/docs' }}
uses: ./.github/workflows/pages.yml
release:
if: startsWith(github.ref, 'refs/tags/')
uses: ./.github/workflows/release.yml
package:
if: startsWith(github.ref, 'refs/tags/')
uses: ./.github/workflows/package.yml
with:
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}

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

View workflow run for this annotation

GitHub Actions / seamoon

Invalid workflow file

The workflow is not valid. .github/workflows/seamoon.yml (Line: 17, Col: 9): A mapping was not expected
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 }}