Skip to content

Commit 0d40869

Browse files
committed
Fix release job
1 parent e2c6107 commit 0d40869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Upload master to Quay.io
3333
uses: fjogeleit/http-request-action@master
3434
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'
35+
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'
3636
method: 'POST'
3737
username: david.lorite@sysdig.com
3838
password: ${{ secrets.JENKINS_PROMCAT_API_TOKEN }}

0 commit comments

Comments
 (0)