Skip to content

Commit 5b76d03

Browse files
committed
Changes the ocker image used for the action
1 parent 63fca08 commit 5b76d03

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/bumpversion-pr.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
2727
- name: Generate release hint if merged
2828
id: changelog
29-
uses: callowayproject/generate-changelog@v0
29+
# uses: callowayproject/generate-changelog@v0
30+
uses: ./
3031
with:
3132
branch_override: ${{ github.base_ref }}
3233
skip_output_pipeline: True

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ branding:
2626
icon: "file-text"
2727
runs:
2828
using: "docker"
29-
image: "Dockerfile"
29+
image: "ghcr.io/callowayproject/generate-changelog:v0"

0 commit comments

Comments
 (0)