Skip to content

Commit 72d1be2

Browse files
committed
update gitlab actions
1 parent 7843d5b commit 72d1be2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,3 @@ jobs:
4949
run: |
5050
sed -i "s|image: .*|image: ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:${{ steps.version.outputs.VERSION }}|" func.yaml
5151
52-
- name: Commit updated func.yaml
53-
uses: stefanzweifel/git-auto-commit-action@v5
54-
with:
55-
commit_message: "Update func.yaml with release image ${{ steps.version.outputs.VERSION }}"
56-
file_pattern: func.yaml

0 commit comments

Comments
 (0)