mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
define repo and refacor event name
This commit is contained in:
parent
9bc95908ae
commit
4bfba1983f
2
.github/workflows/publish-branded.yml
vendored
2
.github/workflows/publish-branded.yml
vendored
@ -1,7 +1,7 @@
|
||||
name: publish-branded
|
||||
on:
|
||||
repository_dispatch:
|
||||
types: [trigger_build_success]
|
||||
types: [trigger-build-success]
|
||||
jobs:
|
||||
build_branded:
|
||||
name: Docker Build Branded
|
||||
|
||||
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@ -299,7 +299,8 @@ jobs:
|
||||
uses: peter-evans/repository-dispatch@v1
|
||||
with:
|
||||
token: ${{ github.token }}
|
||||
event-type: trigger_build_success
|
||||
event-type: trigger-build-success
|
||||
repository: ${{ github.repository }}
|
||||
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "VERSION": "${VERSION}", "BUILD_DATE": "${BUILD_DATE}", "BUILD_COMMIT": "${BUILD_COMMIT}", "BUILD_VERSION": "${BUILD_VERSION}"}'
|
||||
|
||||
# ##############################################################################
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user