We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac848bf commit 251f29bCopy full SHA for 251f29b
.github/workflows/ci.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Setup Node.js
53
uses: actions/setup-node@v4
54
with:
55
- node-version: 20
+ node-version: 22
56
- name: Install semantic-release
57
run: npm i semantic-release@v24.2.5 @semantic-release/exec@v7.1.0 conventional-changelog-conventionalcommits@9.0.0
58
- name: Run semantic-release
@@ -88,6 +88,7 @@ jobs:
88
id: meta
89
uses: docker/metadata-action@v5
90
91
+ context: git
92
images: ${{ env.REGISTRY }}/virtool/build-index
93
- name: Build and Push
94
uses: docker/build-push-action@v5
0 commit comments