T8144: Updated trigger-docker-image-build workflow for pull_request_target policy change

This commit is contained in:
kumvijaya 2026-01-04 15:58:41 +05:30
parent 5fee758be5
commit 1cc834ec81

View file

@ -6,6 +6,8 @@ on:
- closed
branches:
- current
- circinus
- sagitta
permissions:
packages: write
@ -36,7 +38,7 @@ jobs:
- 'docker/**'
- name: "Trigger Docker image build for ${{ github.ref_name }}"
if: ${{ steps.changes.outputs.docker-dir == 'true' }}
if: ${{ steps.changes.outputs.docker-dir == 'true' }}
run: |
curl -L \
-X POST \