Skip to content

Commit

Permalink
Special build with Python 3.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiX committed Jun 13, 2024
1 parent 82e420a commit 6478a15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Docker image
on:
push:
branches:
- main
- 'py-*'

jobs:
Expand All @@ -22,8 +22,7 @@ jobs:
with:
images: tobix/pywine
tags: |
type=raw,value=latest
type=raw,value=3.12
type=raw,value=3.12.3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY mkuserwineprefix entrypoint.sh /opt/
RUN xvfb-run sh /tmp/helper/wine-init.sh

# renovate: datasource=github-tags depName=python/cpython versioning=pep440
ARG PYTHON_VERSION=3.12.4
ARG PYTHON_VERSION=3.12.3
# renovate: datasource=github-releases depName=upx/upx versioning=loose
ARG UPX_VERSION=4.2.4

Expand Down

0 comments on commit 6478a15

Please sign in to comment.