Skip to content

Commit

Permalink
Use version tag instead of digest
Browse files Browse the repository at this point in the history
Use version tag `v6.0.1` instead of image has to be consistent with other use.

Signed-off-by: Matthias Diester <[email protected]>
  • Loading branch information
HeavyWombat committed Mar 12, 2024
1 parent 715bb91 commit 7b042f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
git commit -m "Update Readme with new Tag ${{ github.event.inputs.release }}"
git clean -f
- name: Create Readme PR
uses: peter-evans/create-pull-request@bac6da8071ada152cce76cfbd24b54b7190ad799
uses: peter-evans/create-pull-request@v6.0.1
with:
commit-message: Update Readme with new Tag
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
Expand Down

0 comments on commit 7b042f9

Please sign in to comment.