Skip to content

Commit

Permalink
Stop publishing a Docker image
Browse files Browse the repository at this point in the history
Closes gh-107
  • Loading branch information
wilkinsona committed Mar 14, 2024
1 parent 0b1a745 commit 09d1e24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

To generate a markdown changelog that comprise the list of bugs and issues in a GitHub milestone follow these steps:

- Download a https:/spring-io/github-changelog-generator/releases[release JAR] or use the https://hub.docker.com/r/springio/github-changelog-generator/[Docker image].
- Download a https:/spring-io/github-changelog-generator/releases[release JAR].
- Configure the application with the following properties:
[source,yaml]
Expand Down
23 changes: 0 additions & 23 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,6 @@ resources:
username: ((docker-hub-username))
password: ((docker-hub-password))
tag: main
- name: github-changelog-generator-image
type: docker-image
icon: docker
source:
repository: springio/github-changelog-generator
username: ((docker-hub-username))
password: ((docker-hub-password))
- name: github-release
type: github-release
icon: briefcase-download
Expand All @@ -62,14 +55,6 @@ jobs:
- task: build
image: ci-image
file: git-repo/ci/tasks/build.yml
- put: github-changelog-generator-image
params:
build: .
dockerfile: git-repo/Dockerfile
tag: built-artifact/version
build_args:
root: git-repo
jar: built-artifact/github-changelog-generator.jar
- name: release
plan:
- get: ci-image
Expand All @@ -86,14 +71,6 @@ jobs:
- put: git-repo
params:
repository: release-git-repo
- put: github-changelog-generator-image
params:
build: .
dockerfile: git-repo/Dockerfile
tag: built-artifact/version
build_args:
root: git-repo
jar: built-artifact/github-changelog-generator.jar
- put: github-release
params:
name: built-artifact/tag
Expand Down

0 comments on commit 09d1e24

Please sign in to comment.