Skip to content

Commit

Permalink
Merge pull request #283 from jenkins-x-plugins/jxboot
Browse files Browse the repository at this point in the history
fix: switch to jx-boot for jx-changelog
  • Loading branch information
jenkins-x-bot authored Sep 4, 2023
2 parents b9715a9 + 45947da commit ae30c57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jenkins-x-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
REPOSITORY: ${{ github.repository }}
VERSION: ${{ steps.prep.outputs.version }}
name: changelog
uses: docker://ghcr.io/jenkins-x/jx-changelog:0.9.2
uses: docker://ghcr.io/jenkins-x/jx-boot:latest
with:
entrypoint: .github/workflows/jenkins-x/changelog.sh
- env:
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ARG REVISION
ARG TARGETARCH
ARG TARGETOS

LABEL org.opencontainers.image.source=https://github.com/jenkins-x-plugins/jx-admin
LABEL maintainer="jenkins-x"

# lets get the jx command to download the correct plugin version
Expand Down

0 comments on commit ae30c57

Please sign in to comment.