diff options
author | Yevhen Bondarenko <evgeniy.bondarenko@sentrium.io> | 2024-10-10 15:33:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-10 15:33:42 +0200 |
commit | 73fe5e167ab0586c1d26c161ebfca0860c1d61d1 (patch) | |
tree | 329ea0ac87dedb95ab5466278476620f750a7bb3 | |
parent | 967b49dafe1ff531afd32da98c816e6ad51fdf5f (diff) | |
download | vyos-workflow-testing-73fe5e167ab0586c1d26c161ebfca0860c1d61d1.tar.gz vyos-workflow-testing-73fe5e167ab0586c1d26c161ebfca0860c1d61d1.zip |
-rw-r--r-- | .github/workflows/trigger-docker-image-build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/trigger-docker-image-build.yml b/.github/workflows/trigger-docker-image-build.yml index f1c6e93..a9f3c35 100644 --- a/.github/workflows/trigger-docker-image-build.yml +++ b/.github/workflows/trigger-docker-image-build.yml @@ -36,5 +36,5 @@ jobs: -H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.PAT }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
- https://api.github.com/repos/${{ secrets.REMOTE_OWNER }}/${{ secrets.REMOTE_REUSE_REPO }}/actions/workflows/trigger-docker-image-build.yml/dispatches \
- -d '{"ref": "main", "inputs":{"branch":"current", "environment":"production"}}'
\ No newline at end of file + https://api.github.com/repos/${{ secrets.REMOTE_OWNER }}/${{ secrets.REMOTE_REUSE_REPO }}/actions/workflows/build-docker-image.yml/dispatches \
+ -d '{"ref": "docker-container", "inputs":{"branch":"current", "environment":"production"}}'
\ No newline at end of file |