From 75d7fb3a2ea67cadad2dc385a7f71cac1092fe51 Mon Sep 17 00:00:00 2001 From: astrdhr Date: Wed, 6 Sep 2023 10:35:56 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.2=20=E2=86=92=201.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- .github/workflows/ci.yml | 4 ++-- conf/base.config | 4 ++-- containers/Dockerfile | 2 +- readme.md | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d481d49..cf03597 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.2 +current_version = 1.0.3 commit = True tag = True diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e03586..a6751d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: platforms: linux/amd64 load: true push: false - tags: ghcr.io/${{ github.repository }}:1.0.2, ghcr.io/${{ github.repository }}:latest + tags: ghcr.io/${{ github.repository }}:1.0.3, ghcr.io/${{ github.repository }}:latest - name: 'Install Nextflow' uses: stracquadaniolab/gh-action-setup-nextflow@v0.2.0 - name: 'Testing Nextflow pipeline with test profile' @@ -39,4 +39,4 @@ jobs: file: containers/Dockerfile platforms: linux/amd64 push: true - tags: ghcr.io/${{ github.repository }}:1.0.2, ghcr.io/${{ github.repository }}:latest \ No newline at end of file + tags: ghcr.io/${{ github.repository }}:1.0.3, ghcr.io/${{ github.repository }}:latest \ No newline at end of file diff --git a/conf/base.config b/conf/base.config index 985b64c..b342d2a 100644 --- a/conf/base.config +++ b/conf/base.config @@ -68,7 +68,7 @@ profiles { shifter.enabled = false charliecloud.enabled = false - process.container = "ghcr.io/stracquadaniolab/cubseq-nf:v1.0.2" + process.container = "ghcr.io/stracquadaniolab/cubseq-nf:v1.0.3" } singularity { @@ -79,7 +79,7 @@ profiles { shifter.enabled = false charliecloud.enabled = false - process.container = "docker://ghcr.io/stracquadaniolab/cubseq-nf:v1.0.2" + process.container = "docker://ghcr.io/stracquadaniolab/cubseq-nf:v1.0.3" } slurm { diff --git a/containers/Dockerfile b/containers/Dockerfile index 94f4305..81c2429 100644 --- a/containers/Dockerfile +++ b/containers/Dockerfile @@ -22,7 +22,7 @@ LABEL org.opencontainers.image.documentation="https://github.com/stracquadaniola LABEL org.opencontainers.image.source="https://github.com/stracquadaniolab/cubseq-nf" LABEL org.opencontainers.image.vendor="stracquadaniolab" LABEL org.opencontainers.image.authors="Anima Sutradhar & Giovanni Stracquadanio" -LABEL org.opencontainers.image.revision="v1.0.2" +LABEL org.opencontainers.image.revision="v1.0.3" COPY --chown=micromamba:micromamba ${CONDA_FILE} /tmp RUN micromamba install -y -n base -f /tmp/`basename ${CONDA_FILE}` && \ diff --git a/readme.md b/readme.md index 7e9c92e..defc238 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # cubseq-nf -![](https://img.shields.io/badge/current_version-1.0.2-blue) +![](https://img.shields.io/badge/current_version-1.0.3-blue) ![](https://github.com/stracquadaniolab/cubseq-nf/workflows/build/badge.svg) ## What is CUBseq?