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 0cf2ce0 commit 22c1472Copy full SHA for 22c1472
ci/pipeline.yml
@@ -21,6 +21,11 @@ resource_types:
21
source:
22
repository: springio/artifactory-resource
23
tag: 0.0.17
24
+- name: github-release
25
+ type: registry-image
26
+ source:
27
+ repository: concourse/github-release-resource
28
+ tag: 1.5.5
29
30
resources:
31
- name: git-repo
@@ -54,11 +59,6 @@ resources:
54
59
username: ((artifactory-username))
55
60
password: ((artifactory-password))
56
61
build_name: ((build-name))
57
-- name: github-release
58
- type: registry-image
- source:
- repository: concourse/github-release-resource
- tag: 1.5.5
62
- name: github-pre-release
63
type: github-release
64
icon: briefcase-download-outline
0 commit comments