Skip to content

Commit 3ad1272

Browse files
committed
ci: fix image naming
1 parent 818470e commit 3ad1272

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ jobs:
8686
steps:
8787
- name: Checkout
8888
uses: actions/checkout@v4
89+
with:
90+
ref: ${{ needs.release.outputs.git-tag }}
8991
- name: Write VERSION file
9092
run: echo ${{ needs.release.outputs.git-tag }} > VERSION
9193
- name: Login to Registry

0 commit comments

Comments
 (0)