Skip to content
This repository was archived by the owner on Jun 20, 2024. It is now read-only.

Commit dbae223

Browse files
committed
Update gha
1 parent d063d8f commit dbae223

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/cicd.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,10 @@ jobs:
4343
uses: "actions/checkout@v3"
4444
- name: "Pull the image"
4545
run: "make tag=${{ github.ref_name }} deploy"
46+
- name: "Commit changes"
47+
run: >
48+
git config --global user.name ${{ github.actor }}
49+
git config --global user.email ${{ github.actor }}@github.action
50+
git checkout -b test01
51+
git commit -am "Updating the Docker image tag"
52+
git push origin test01

0 commit comments

Comments
 (0)