Skip to content

Commit

Permalink
fix image ref
Browse files Browse the repository at this point in the history
  • Loading branch information
tvandinther committed Jan 6, 2025
1 parent 9c1ed5f commit 139f310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Update action
run: |
yq e -i '.runs.image = "ghcr.io/tvandinther/knit:${{ steps.input.outputs.version }}"' action.yaml
yq e -i '.runs.image = "docker://ghcr.io/tvandinther/knit:${{ steps.input.outputs.version }}"' action.yaml
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
git add action.yaml
Expand Down

0 comments on commit 139f310

Please sign in to comment.