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

Commit 532e1ab

Browse files
committed
Update gha
1 parent 05c6b43 commit 532e1ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
steps:
4444
- name: "Check out repository code"
4545
uses: "actions/checkout@v3"
46-
- name: "Pull the image"
47-
run: "make tag=${{ github.ref_name }} deploy"
46+
- name: "Update the image tag"
47+
run: "make tag=${{ github.ref_name }} update-tag"
4848
- name: "Commit changes"
4949
run: >
5050
git config --global user.name ${{ github.actor }}

0 commit comments

Comments
 (0)