Skip to content

Commit

Permalink
ci(release-please): update version in Dockerfile (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonadoni committed Jan 16, 2024
1 parent 03a15cf commit 52c34ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .release-please-config.json
Expand Up @@ -15,6 +15,7 @@
{ "type": "docs", "section": "Documentation", "hidden": false },
{ "type": "chore", "section": "Chores", "hidden": true }
],
"extra-files": ["Dockerfile"],
"versioning": "always-bump-patch"
}
},
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile
Expand Up @@ -71,4 +71,6 @@ LABEL org.opencontainers.image.source="https://github.com/reanahub/reana-workflo
LABEL org.opencontainers.image.title="reana-workflow-engine-serial"
LABEL org.opencontainers.image.url="https://github.com/reanahub/reana-workflow-engine-serial"
LABEL org.opencontainers.image.vendor="reanahub"
# x-release-please-start-version
LABEL org.opencontainers.image.version="0.9.2"
# x-release-please-end

0 comments on commit 52c34ec

Please sign in to comment.