Skip to content

Commit 4f3771d

Browse files
committed
Fix CI.yml
1 parent 64c2454 commit 4f3771d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
password: ${{ secrets.DRC_GITHUB_REGISTRY }}
2323

2424
- name: Build
25-
run: OUR_IMAGE_TAG=develop OUR_IMAGE_SHORT=develop make build
25+
run: OUR_IMAGE_TAG=v3.0.0 OUR_IMAGE_SHORT=t3rd make build
2626

2727
- name: Push to ghcr.io
2828
run: OUR_IMAGE_TAG=v3.0.0 make push_to_ghcr

0 commit comments

Comments
 (0)