bump version number

This commit is contained in:
ponzischeme89
2026-01-17 22:51:42 +13:00
parent e73788ea2e
commit 04f09a51d4
3 changed files with 13 additions and 46 deletions
+5 -1
View File
@@ -32,7 +32,11 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ github.repository }}
tags: |
type=raw,value=latest
type=ref,event=branch
type=semver,pattern={{version}}
- name: Build and Push
uses: docker/build-push-action@v5
with: