We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d07c58 commit ea836b1Copy full SHA for ea836b1
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
- file: wopiserver.Dockerfile
23
tags: ${{ vars.DOCKERHUB_ORGANIZATION }}/wopiserver:${{ github.ref_name }}-arm64
24
platform: linux/arm64
25
- image: python:3.14-slim-buster
+ image: python:3.13-slim-buster
26
push: ${{ github.event_name != 'workflow_dispatch' }}
27
- file: wopiserver-xrootd.Dockerfile
28
tags: ${{ vars.DOCKERHUB_ORGANIZATION }}/wopiserver:${{ github.ref_name }}-xrootd
0 commit comments