Skip to content

Commit d84a975

Browse files
committed
Versionator Updating versions for python and package.
1 parent 8d1c7a1 commit d84a975

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/image-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
python_versions: ["3.10", "3.11", "3.12"]
22-
package_versions: ["0.3.0", "0.3.1", "0.4.0", "0.4.1", "0.4.2"]
22+
package_versions: ["0.3.1", "0.4.0", "0.4.1", "0.4.2", "0.5.0"]
2323
target_base: ["full", "slim"]
2424
steps:
2525
- name: Checkout repository
@@ -29,7 +29,7 @@ jobs:
2929
uses: multi-py/action-python-image-builder@main
3030
with:
3131
package: "quasiqueue"
32-
package_latest_version: "0.4.2"
32+
package_latest_version: "0.5.0"
3333
maintainer: "Robert Hafner <[email protected]>"
3434
python_version: ${{ matrix.python_versions }}
3535
target_base: ${{ matrix.target_base }}

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ By default the startup script checks for the following packages and uses the fir
116116
If you are using pip to install dependencies your dockerfile could look like this-
117117

118118
```dockerfile
119-
FROM ghcr.io/multi-py/python-quasiqueue:py3.12-0.4.2
119+
FROM ghcr.io/multi-py/python-quasiqueue:py3.12-0.5.0
120120

121121
COPY requirements /requirements
122122
RUN pip install --no-cache-dir -r /requirements
@@ -209,8 +209,8 @@ If you get use out of these containers please consider sponsoring me using Githu
209209
</center>
210210

211211
## Tags
212-
* Recommended Image: `ghcr.io/multi-py/python-quasiqueue:py3.12-0.4.2`
213-
* Slim Image: `ghcr.io/multi-py/python-quasiqueue:py3.12-slim-0.4.2`
212+
* Recommended Image: `ghcr.io/multi-py/python-quasiqueue:py3.12-0.5.0`
213+
* Slim Image: `ghcr.io/multi-py/python-quasiqueue:py3.12-slim-0.5.0`
214214

215215
Tags are based on the package version, python version, and the upstream container the container is based on.
216216

@@ -221,6 +221,11 @@ Tags are based on the package version, python version, and the upstream containe
221221
| latest | 3.10 | py3.10-latest | py3.10-slim-latest |
222222
| latest | 3.9 | py3.9-latest | py3.9-slim-latest |
223223
| latest | 3.8 | py3.8-latest | py3.8-slim-latest |
224+
| 0.5.0 | 3.12 | py3.12-0.5.0 | py3.12-slim-0.5.0 |
225+
| 0.5.0 | 3.11 | py3.11-0.5.0 | py3.11-slim-0.5.0 |
226+
| 0.5.0 | 3.10 | py3.10-0.5.0 | py3.10-slim-0.5.0 |
227+
| 0.5.0 | 3.9 | py3.9-0.5.0 | py3.9-slim-0.5.0 |
228+
| 0.5.0 | 3.8 | py3.8-0.5.0 | py3.8-slim-0.5.0 |
224229
| 0.4.2 | 3.12 | py3.12-0.4.2 | py3.12-slim-0.4.2 |
225230
| 0.4.2 | 3.11 | py3.11-0.4.2 | py3.11-slim-0.4.2 |
226231
| 0.4.2 | 3.10 | py3.10-0.4.2 | py3.10-slim-0.4.2 |
@@ -241,11 +246,6 @@ Tags are based on the package version, python version, and the upstream containe
241246
| 0.3.1 | 3.10 | py3.10-0.3.1 | py3.10-slim-0.3.1 |
242247
| 0.3.1 | 3.9 | py3.9-0.3.1 | py3.9-slim-0.3.1 |
243248
| 0.3.1 | 3.8 | py3.8-0.3.1 | py3.8-slim-0.3.1 |
244-
| 0.3.0 | 3.12 | py3.12-0.3.0 | py3.12-slim-0.3.0 |
245-
| 0.3.0 | 3.11 | py3.11-0.3.0 | py3.11-slim-0.3.0 |
246-
| 0.3.0 | 3.10 | py3.10-0.3.0 | py3.10-slim-0.3.0 |
247-
| 0.3.0 | 3.9 | py3.9-0.3.0 | py3.9-slim-0.3.0 |
248-
| 0.3.0 | 3.8 | py3.8-0.3.0 | py3.8-slim-0.3.0 |
249249

250250

251251
### Older Tags

0 commit comments

Comments
 (0)