Skip to content
Snippets Groups Projects
Commit 85e8c0ea authored by Daniel Göbel's avatar Daniel Göbel
Browse files

Merge branch 'feature/22-add-nextflow-version-24-04-3' into 'main'

Resolve "Add nextflow version 24.04.3"

Closes #22

See merge request !22

Changelog: feature

Daniel Göbel <dgoebel@techfak.uni-bielefeld.de>
parents d224a48d a3a8d93c
No related branches found
No related tags found
1 merge request!22Resolve "Add nextflow version 24.04.3"
......@@ -162,7 +162,7 @@ combine-test-coverage-job: # Combine coverage reports from different test jobs
.publish-docker-container:
stage: publish
image:
name: gcr.io/kaniko-project/executor:v1.23.1-debug
name: gcr.io/kaniko-project/executor:v1.23.2-debug
entrypoint: [ "" ]
dependencies: [ ]
cache: [ ]
......
......@@ -32,6 +32,7 @@ class NextflowVersion(StrEnum):
v23_10_3 = "23.10.3"
v24_04_1 = "24.04.1"
v24_04_2 = "24.04.2"
v24_04_3 = "24.04.3"
class ParameterExtension(BaseModel):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment