Skip to content

fix(ci/cd): docker build not supported multi-platform #279

fix(ci/cd): docker build not supported multi-platform

fix(ci/cd): docker build not supported multi-platform #279

Workflow file for this run

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: ./tests.yml

Check failure on line 20 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 }}