Skip to content

Commit 251f29b

Browse files
authored
ci: fix published image tag
1 parent ac848bf commit 251f29b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Setup Node.js
5353
uses: actions/setup-node@v4
5454
with:
55-
node-version: 20
55+
node-version: 22
5656
- name: Install semantic-release
5757
run: npm i semantic-release@v24.2.5 @semantic-release/exec@v7.1.0 conventional-changelog-conventionalcommits@9.0.0
5858
- name: Run semantic-release
@@ -88,6 +88,7 @@ jobs:
8888
id: meta
8989
uses: docker/metadata-action@v5
9090
with:
91+
context: git
9192
images: ${{ env.REGISTRY }}/virtool/build-index
9293
- name: Build and Push
9394
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)