Skip to content

feat(integrations-shopify-scim): shopify SCIM provider #6292

feat(integrations-shopify-scim): shopify SCIM provider

feat(integrations-shopify-scim): shopify SCIM provider #6292

Workflow file for this run

name: '[Release] Build unified Docker image'
on:
push:
branches:
- master
- staging/**
pull_request:
merge_group:
jobs:
build-image:
# TODO: remove this, it's only needed for the frontend
strategy:
matrix:
group:
- name: 'staging'
if: true
- name: 'prod'
if: ${{ github.ref == 'refs/heads/master' }}
secrets: inherit
uses: ./.github/workflows/build-image-reusable.yaml
with:
if: ${{ matrix.group.if }}
name: ${{ matrix.group.name }}