Skip to content

feat: publishing images per environment #98

feat: publishing images per environment

feat: publishing images per environment #98

Workflow file for this run

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