Skip to content

Commit

Permalink
stop pushing concourse/concourse to Harbor
Browse files Browse the repository at this point in the history
no SRP requirement

Co-authored-by: Ryan Hall <[email protected]>
Signed-off-by: Rui Yang <[email protected]>
  • Loading branch information
Rui Yang and Ryan Hall committed Jun 11, 2024
1 parent 524ea26 commit 916a748
Showing 1 changed file with 6 additions and 21 deletions.
27 changes: 6 additions & 21 deletions pipelines/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1190,19 +1190,12 @@ jobs:
params: {format: oci}
- load_var: image_version
file: version/version
- in_parallel:
- put: concourse-image
inputs: [concourse-rc-image]
params:
image: concourse-rc-image/image.tar
version: ((.:image_version))
bump_aliases: true
- put: concourse-image-harbor
inputs: [concourse-rc-image]
params:
image: concourse-rc-image/image.tar
version: ((.:image_version))
bump_aliases: true
- put: concourse-image
inputs: [concourse-rc-image]
params:
image: concourse-rc-image/image.tar
version: ((.:image_version))
bump_aliases: true

- name: generate-dpkg-list
plan:
Expand Down Expand Up @@ -1410,14 +1403,6 @@ resources:
username: ((docker.username))
password: ((docker.password))

- name: concourse-image-harbor
type: registry-image
icon: *image-icon
source:
repository: ((dev_image_registry.url))/concourse
username: ((dev_image_registry.username))
password: ((dev_image_registry.password))

- name: version
type: semver
icon: tag
Expand Down

0 comments on commit 916a748

Please sign in to comment.