Ugrade to python 3.14 #8

Merged
francwa merged 6 commits from chore/upgrade_python into main 2025-12-22 15:04:47 +01:00
Showing only changes of commit 086fff803d - Show all commits
+3 -1
View File
@@ -46,8 +46,10 @@ jobs:
tags: | tags: |
# Tagged (v1.2.3) # Tagged (v1.2.3)
type=semver,pattern={{ version }} type=semver,pattern={{ version }}
# Latest # Latest (main)
type=raw,value=latest,enable={{ is_default_branch }} type=raw,value=latest,enable={{ is_default_branch }}
# Feature branches
type=ref,event=branch
- name: Login to Gitea Registry - name: Login to Gitea Registry
uses: docker/login-action@v3 uses: docker/login-action@v3