Skip to content

Commit

Permalink
Merge pull request #1453 from Anselmoo/feature/docker-fix-pep440
Browse files Browse the repository at this point in the history
build: 💚 Update Docker actions
  • Loading branch information
Anselmoo authored Jul 29, 2024
2 parents eec32dd + a62910f commit 1e9cd02
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=sha,format=long
type=ref,event=branch,branch=main,tag=latest
type=pep440,pattern={{version}},prefix=v
- name: Build and Push container images
uses: docker/[email protected]
Expand Down
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "SpectraFit"
version = "1.0.3.post0"
version = "1.0.3.post1"
description = "Fast fitting of 2D- and 3D-Spectra with established routines"
readme = "README.md"
authors = ["Anselm Hahn <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion spectrafit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
SpectraFit uses [Semantic Versioning](https://semver.org/).
"""

__version__ = "1.0.3.post0"
__version__ = "1.0.3.post1"

0 comments on commit 1e9cd02

Please sign in to comment.