summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2024-04-01 11:26:27 -0400
committerAustin S. Hemmelgarn <austin@netdata.cloud>2024-04-01 11:27:35 -0400
commit9439286984bfc043018410591be79fb5bfe9a20a (patch)
tree2fe2ec908f2d06a766a677c70130c4ec4a9d53d7
parenta23137790963179e1aa9eac19d84d606103a6e39 (diff)
Fix handling of post-release workflows triggered by Docker workflow. (#17306)
-rw-r--r--.github/workflows/docker.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index 8d6cb70ead..aa1528a17a 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -690,7 +690,7 @@ jobs:
repo: netdata/helmchart
workflow: Agent Version PR
ref: refs/heads/master
- inputs: '{"agent_version": "${{ needs.gen-tags.outputs.tags }}"}'
+ inputs: '{"agent_version": "${{ inputs.version }}"}'
- name: Trigger MSI build
if: github.event_name == 'workflow_dispatch' && github.event.inputs.version != 'nightly' && github.repository == 'netdata/netdata'
id: trigger-msi
@@ -700,7 +700,7 @@ jobs:
repo: netdata/msi-installer
workflow: Build
ref: refs/heads/master
- inputs: '{"tag": "${{ needs.gen-tags.outputs.tags }}", "pwd": "${{ secrets.MSI_CODE_SIGNING_PASSWORD }}"}'
+ inputs: '{"tag": "stable", "pwd": "${{ secrets.MSI_CODE_SIGNING_PASSWORD }}"}'
- name: Failure Notification
uses: rtCamp/action-slack-notify@v2
env: