mirror of
https://github.com/vyos/vyos-build.git
synced 2026-01-11 19:46:27 +00:00
T8144: Updated trigger-docker-image-build workflow for pull_request_target policy change
This commit is contained in:
parent
5fee758be5
commit
1cc834ec81
1 changed files with 3 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue