Skip to content

feat: v2.0 of seamoon #24

feat: v2.0 of seamoon

feat: v2.0 of seamoon #24

Workflow file for this run

name: seamoon
on: [ push, pull_request ]
jobs:
build:
uses: ./.github/workflows/build.yml

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

View workflow run for this annotation

GitHub Actions / seamoon

Invalid workflow file

The workflow is not valid. In .github/workflows/seamoon.yml (Line: 5, Col: 11): Error from called workflow DVKunion/SeaMoon/.github/workflows/build.yml@d460d6b740eed6639b3d23fb47dbd49b8d6743d5 (Line: 39, Col: 19): Unexpected value 'docker.io' In .github/workflows/seamoon.yml (Line: 5, Col: 11): Error from called workflow DVKunion/SeaMoon/.github/workflows/build.yml@d460d6b740eed6639b3d23fb47dbd49b8d6743d5 (Line: 40, Col: 15): Unexpected value 'dvkunion/seamoon'
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
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
secrets:
GO_RELEASER_GITHUB_TOKEN: ${{ secrets.GO_RELEASER_GITHUB_TOKEN }}
sync:
needs: [ build ]
if: startsWith(github.ref, 'refs/tags/')
uses: ./.github/workflows/sync.yml
secrets:
ALIYUN_USERNAME: ${{ secrets.ALIYUN_USERNAME }}
ALIYUN_PASSWORD: ${{ secrets.ALIYUN_PASSWORD }}
TENCENT_USERNAME: ${{ secrets.TENCENT_USERNAME }}
TENCENT_PASSWORD: ${{ secrets.TENCENT_PASSWORD }}