We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 741ee4c commit d3908b9Copy full SHA for d3908b9
.github/workflows/release_publish.yml
@@ -14,10 +14,10 @@ on:
14
15
env:
16
TARGET_OFFICIAL_IMAGES_REPO: docker-library/official-images
17
- TARGET_OFFICIAL_IMAGES_REPO: Peter-Sh/official-images
+ #TARGET_OFFICIAL_IMAGES_REPO: Peter-Sh/official-images
18
FORKED_OFFICIAL_IMAGES_REPO: redis-developer/docker-library-official-images
19
PR_USER_MENTIONS: "@adamiBs @yossigo @adobrzhansky @maxb-io @dagansandler @Peter-Sh"
20
- PR_USER_MENTIONS: ""
+ #PR_USER_MENTIONS: ""
21
22
# UUID is used to help automation to identify workflow run in the list of workflow runs.
23
run-name: "Release Publish${{ github.event.inputs.workflow_uuid && format(': {0}', github.event.inputs.workflow_uuid) || '' }}"
0 commit comments