We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a99096e commit 122b836Copy full SHA for 122b836
.github/workflows/push-dry-run.yaml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- name: Trigger jenkins job to upload master to Quay.io
16
- uses: toptal/jenkins-job-trigger-action@master
+ uses: franco-nonne/jenkins-job-trigger-action@update-bundler
17
with:
18
jenkins_url: "https://jenkins.internal.sysdig.tools/"
19
jenkins_user: '[email protected]'
.github/workflows/push.yaml
@@ -15,7 +15,7 @@ jobs:
20
21
@@ -27,4 +27,4 @@ jobs:
27
"DRY_RUN": "false",
28
"SCRATCH": "true",
29
"EXPORTER": "redis-exporter"
30
- }
+ }
0 commit comments