Skip to content

Commit

Permalink
Bump version: 1.0.3 → 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
astrdhr committed Oct 31, 2023
1 parent d1b670a commit 5139208
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.3
current_version = 1.0.4
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
platforms: linux/amd64
load: true
push: false
tags: ghcr.io/${{ github.repository }}:1.0.3, ghcr.io/${{ github.repository }}:latest
tags: ghcr.io/${{ github.repository }}:1.0.4, ghcr.io/${{ github.repository }}:latest
- name: 'Install Nextflow'
uses: stracquadaniolab/gh-action-setup-nextflow@v0.2.0
- name: 'Testing Nextflow pipeline with test profile'
Expand All @@ -39,4 +39,4 @@ jobs:
file: containers/Dockerfile
platforms: linux/amd64
push: true
tags: ghcr.io/${{ github.repository }}:1.0.3, ghcr.io/${{ github.repository }}:latest
tags: ghcr.io/${{ github.repository }}:1.0.4, ghcr.io/${{ github.repository }}:latest
4 changes: 2 additions & 2 deletions conf/base.config
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ profiles {
shifter.enabled = false
charliecloud.enabled = false

process.container = "ghcr.io/stracquadaniolab/cubseq-nf:v1.0.3"
process.container = "ghcr.io/stracquadaniolab/cubseq-nf:v1.0.4"
}

singularity {
Expand All @@ -79,7 +79,7 @@ profiles {
shifter.enabled = false
charliecloud.enabled = false

process.container = "docker://ghcr.io/stracquadaniolab/cubseq-nf:v1.0.3"
process.container = "docker://ghcr.io/stracquadaniolab/cubseq-nf:v1.0.4"
}

slurm {
Expand Down
2 changes: 1 addition & 1 deletion containers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.3"
LABEL org.opencontainers.image.revision="v1.0.4"

COPY --chown=micromamba:micromamba ${CONDA_FILE} /tmp
RUN micromamba install -y -n base -f /tmp/`basename ${CONDA_FILE}` && \
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cubseq-nf

![](https://img.shields.io/badge/current_version-1.0.3-blue)
![](https://img.shields.io/badge/current_version-1.0.4-blue)
![](https://github.com/stracquadaniolab/cubseq-nf/workflows/build/badge.svg)

## What is CUBseq?
Expand Down

0 comments on commit 5139208

Please sign in to comment.