Skip to content

Merge pull request #94 from nossas/hotfix/remove-certificate-domains #289

Merge pull request #94 from nossas/hotfix/remove-certificate-domains

Merge pull request #94 from nossas/hotfix/remove-certificate-domains #289

Workflow file for this run

name: Publish remote schemas API images
on:
push:
branches:
- "release/*"
- "feature/*"
- "hotfix/*"
tags:
- v*
jobs:
tests:
name: Tests for all apis and libs
uses: ./tests.yml

Check failure on line 13 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish.yml

Invalid workflow file

invalid value workflow reference: no version specified
build:
name: Build apis endpoints
uses: ./build.yml
# with:
# environment: staging
secrets:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}