Skip to content

feat: publishing images per environment #96

feat: publishing images per environment

feat: publishing images per environment #96

Workflow file for this run

on:
pull_request:
branches:
main
jobs:
publish-dev:
strategy:
matrix:
environment: [dev, test, production]
uses: ./.github/workflows/publish.yaml
with:
ENVIRONMENT: ${{ matrix.environment }}