Compare commits

..

1 Commits

Author SHA1 Message Date
gitea-actions
68c1c98b27 chore: bump version to v0.1.2
Some checks failed
Build & Push Docker Image / build (push) Failing after 7s
2026-04-07 09:26:56 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
token: ${{ secrets.REGISTRY_TOKEN }} token: ${{ secrets.RELEASE_TOKEN || gitea.token }}
persist-credentials: true persist-credentials: true
- name: Create next tag from config/version.yaml - name: Create next tag from config/version.yaml

View File

@@ -1,2 +1,2 @@
parameters: parameters:
app.version: '0.1.3' app.version: '0.1.2'