Skip to content

Commit d9b8d59

Browse files
committed
prepare update of docker container
1 parent f002718 commit d9b8d59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
tags: |
4141
# set latest tag for default branch
4242
type=raw,value=latest
43-
type=raw,value=v1.0.5
43+
type=raw,value=v1.0.6
4444
# This step uses the `docker/build-push-action` action to build the image, based on your repository's `Dockerfile`. If the build succeeds, it pushes the image to GitHub Packages.
4545
# It uses the `context` parameter to define the build's context as the set of files located in the specified path. For more information, see "[Usage](https://github.com/docker/build-push-action#usage)" in the README of the `docker/build-push-action` repository.
4646
# It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step.

clowm/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ params.file_of_files = "$projectDir/NO_FILE3"
88
params.blacklist = "$projectDir/NO_FILE4"
99

1010
process sans {
11-
container "ghcr.io/gi-bielefeld/sans:v1.0.5"
11+
container "ghcr.io/gi-bielefeld/sans:v1.0.6"
1212
publishDir params.outdir, mode: 'symlink'
1313
debug false
1414
label 'highmemMedium'

0 commit comments

Comments
 (0)