Merge pull request #90 from nossas/hotfix/query-email-stats #271
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish remote schemas API images | ||
on: | ||
push: | ||
branches: | ||
- "release/*" | ||
- "feature/*" | ||
- "hotfix/*" | ||
tags: | ||
- v* | ||
# paths: | ||
# - "packages/**" | ||
# - "utils/**" | ||
# - "package.json" | ||
# - "Dockerfile" | ||
# - "tsconfig.json" | ||
# - "pnpm-*" | ||
jobs: | ||
tests: | ||
name: Tests for all apis and libs | ||
uses: ./.github/workflows/tests.yml | ||
Check failure on line 20 in .github/workflows/publish.yml GitHub Actions / .github/workflows/publish.ymlInvalid workflow file
|
||
build: | ||
name: Build apis endpoints | ||
uses: ./.github/workflows/build.yml | ||
# with: | ||
# environment: staging | ||
secrets: | ||
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }} | ||
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }} |