Skip to content

Commit bcda58f

Browse files
authored
chore(ci): Fix sha256 formatting in git-chglog docker image reference (#2218)
1 parent a43da0a commit bcda58f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ jobs:
243243
name: Create branch and update change log
244244
run: |
245245
git checkout -b ci-${{ github.run_id }}
246-
docker run -v "${PWD}":/workdir quay.io/git-chglog/git-chglog:sha256:c791b1e8264387690cce4ce32e18b4f59ca3ffd8d55cb4093dc6de74529493f4 > CHANGELOG.md
246+
docker run -v "${PWD}":/workdir quay.io/git-chglog/git-chglog@sha256:c791b1e8264387690cce4ce32e18b4f59ca3ffd8d55cb4093dc6de74529493f4 > CHANGELOG.md
247247
git commit -am "chore(ci): bump version to ${{ inputs.version }}"
248248
git push origin ci-${{ github.run_id }}
249249
- id: create_pr

0 commit comments

Comments
 (0)