Skip to content

Commit f9e9e1c

Browse files
authored
Merge pull request #1443 from Anselmoo/feature/fix-docker
build: 🔖 update version to `v1.0.3`
2 parents 56ea26e + 2cc1c90 commit f9e9e1c

File tree

4 files changed

+11
-22
lines changed

4 files changed

+11
-22
lines changed

.github/workflows/docker-cd.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
name: build-image
3434
steps:
35-
- uses: actions/checkout@v3.5.2
35+
- uses: actions/checkout@v3.6.0
3636
with:
3737
fetch-depth: 1
3838

@@ -59,10 +59,10 @@ jobs:
5959
tags: type=sha,format=long
6060

6161
- name: Build and Push container images
62-
uses: docker/build-push-action@v4.0.0
62+
uses: docker/build-push-action@v4.2.1
6363
id: build-and-push
6464
with:
65-
platforms: linux/amd64,linux/arm/v7,linux/arm64
65+
platforms: linux/amd64,linux/arm64
6666
push: true
6767
tags: ${{ steps.docker_meta.outputs.tags }}
6868

poetry.lock

+6-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "SpectraFit"
3-
version = "1.0.2"
3+
version = "1.0.3"
44
description = "Fast fitting of 2D- and 3D-Spectra with established routines"
55
readme = "README.md"
66
authors = ["Anselm Hahn <[email protected]>"]

spectrafit/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
SpectraFit uses [Semantic Versioning](https://semver.org/).
66
"""
77

8-
__version__ = "1.0.2"
8+
__version__ = "1.0.3"

0 commit comments

Comments
 (0)