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 e2c6107 commit 0d40869Copy full SHA for 0d40869
.github/workflows/release.yaml
@@ -32,7 +32,7 @@ jobs:
32
- name: Upload master to Quay.io
33
uses: fjogeleit/http-request-action@master
34
with:
35
- url: 'https://sysdig-jenkins.internal.sysdig.com/view/Integrations/job/integrations-postgresql-exporter/buildWithParameters?token=${{ secrets.JENKINS_PROMCAT_LAUNCH_TOKEN }}&TAG_REF=master&DRY_RUN=false'
+ url: 'https://sysdig-jenkins.internal.sysdig.com/view/Integrations/job/integrations-postgresql-exporter/buildWithParameters?token=${{ secrets.JENKINS_PROMCAT_LAUNCH_TOKEN }}&EXPORTER=postgresql-exporter&DRY_RUN=fasle'
36
method: 'POST'
37
username: david.lorite@sysdig.com
38
password: ${{ secrets.JENKINS_PROMCAT_API_TOKEN }}
0 commit comments