From 48ec7974066ba3a959ce71b23973806832c950a3 Mon Sep 17 00:00:00 2001 From: JCGuerrero Date: Sun, 7 Dec 2025 16:49:05 -0600 Subject: [PATCH 1/3] fix(`workflows`): `docker` tag --- ...branch.python.agent-framework-sampler-py.yml | 3 ++- ...branch.python.semantic-kernel-sampler-py.yml | 3 ++- .github/workflows/main.yml | 17 +++++++++++------ 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/.github/workflows/branch.python.agent-framework-sampler-py.yml b/.github/workflows/branch.python.agent-framework-sampler-py.yml index 3f2d7af..10bf2b2 100644 --- a/.github/workflows/branch.python.agent-framework-sampler-py.yml +++ b/.github/workflows/branch.python.agent-framework-sampler-py.yml @@ -13,6 +13,7 @@ concurrency: cancel-in-progress: true env: + PROJECT_NAME: agent-framework-sampler-py WORKSPACE: python/agent-framework-sampler-py jobs: @@ -41,7 +42,7 @@ jobs: - uses: percebus/github-actions-common/.github/actions/checkout@main - uses: percebus/github-actions-docker/.github/actions/build@main with: - repository_name: ${{ github.event.repository.name }}.${{ env.WORKSPACE }} + repository_name: ${{ github.event.repository.name }}.${{ env.PROJECT_NAME }} working-directory: ${{ env.WORKSPACE }} target: ${{ matrix.target }} scan-image: "false" diff --git a/.github/workflows/branch.python.semantic-kernel-sampler-py.yml b/.github/workflows/branch.python.semantic-kernel-sampler-py.yml index 5dbcc14..cfde385 100644 --- a/.github/workflows/branch.python.semantic-kernel-sampler-py.yml +++ b/.github/workflows/branch.python.semantic-kernel-sampler-py.yml @@ -13,6 +13,7 @@ concurrency: cancel-in-progress: true env: + PROJECT_NAME: semantic-kernel-sampler-py WORKSPACE: python/semantic-kernel-sampler-py jobs: @@ -41,7 +42,7 @@ jobs: - uses: percebus/github-actions-common/.github/actions/checkout@main - uses: percebus/github-actions-docker/.github/actions/build@main with: - repository_name: ${{ github.event.repository.name }}.${{ env.WORKSPACE }} + repository_name: ${{ github.event.repository.name }}.${{ env.PROJECT_NAME }} working-directory: ${{ env.WORKSPACE }} target: ${{ matrix.target }} scan-image: "false" diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4021d0a..2e2faa3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -158,27 +158,32 @@ jobs: # target: modelcontextprotocol.inspector # scan-image: false - - working-directory: . + - project-name: node + working-directory: . target: tested scan-image: false # # semantic-kernel-sampler-py - - working-directory: python/semantic-kernel-sampler-py + - project-name: semantic-kernel-sampler-py + working-directory: python/semantic-kernel-sampler-py target: tested scan-image: false - - working-directory: python/semantic-kernel-sampler-py + - project-name: semantic-kernel-sampler-py + working-directory: python/semantic-kernel-sampler-py target: release scan-image: ${{ github.ref == 'refs/heads/main' }} # # agent-framework-sampler-py - - working-directory: python/agent-framework-sampler-py + - project-name: agent-framework-sampler-py + working-directory: python/agent-framework-sampler-py target: tested scan-image: false - - working-directory: python/agent-framework-sampler-py + - project-name: agent-framework-sampler-py + working-directory: python/agent-framework-sampler-py target: release scan-image: ${{ github.ref == 'refs/heads/main' }} @@ -188,7 +193,7 @@ jobs: - uses: percebus/github-actions-common/.github/actions/checkout@main - uses: percebus/github-actions-docker/.github/actions/build@main with: - repository_name: ${{ github.event.repository.name }}:${{ matrix.working-directory }} + repository_name: ${{ github.event.repository.name }}:${{ matrix.project-name }} working-directory: ${{ matrix.working-directory }} target: ${{ matrix.target }} scan-image: ${{ matrix.scan-image }} From 1aa792ca5570a685497d6ac7290b76ec24205b49 Mon Sep 17 00:00:00 2001 From: JCGuerrero Date: Sun, 7 Dec 2025 16:53:05 -0600 Subject: [PATCH 2/3] ff --- .github/workflows/branch.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/branch.yml b/.github/workflows/branch.yml index 7068d33..518c130 100644 --- a/.github/workflows/branch.yml +++ b/.github/workflows/branch.yml @@ -6,6 +6,7 @@ permissions: on: workflow_dispatch: # Allows you to run this workflow manually from the Actions tab pull_request: + types: [opened, synchronize, reopened] # Anything but draft concurrency: group: ${{ github.ref }}-${{ github.workflow }} From 7775bf081d2611cb325ceba57672b6ec36f13f7d Mon Sep 17 00:00:00 2001 From: JCGuerrero Date: Sun, 7 Dec 2025 16:53:25 -0600 Subject: [PATCH 3/3] revert --- .github/workflows/branch.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/branch.yml b/.github/workflows/branch.yml index 518c130..7068d33 100644 --- a/.github/workflows/branch.yml +++ b/.github/workflows/branch.yml @@ -6,7 +6,6 @@ permissions: on: workflow_dispatch: # Allows you to run this workflow manually from the Actions tab pull_request: - types: [opened, synchronize, reopened] # Anything but draft concurrency: group: ${{ github.ref }}-${{ github.workflow }}