2 Commits
v1.1.0 ... main

Author SHA1 Message Date
cdfa02214a release: 1.2.0
All checks were successful
Docker Build Smart Logic / Build amd64 & arm64 (push) Successful in 13s
2026-02-10 12:02:29 +01:00
fdc6c86ee6 changed build workflow
All checks were successful
Docker Build Smart Logic / Build amd64 & arm64 (push) Successful in 15s
2026-02-10 12:01:35 +01:00
3 changed files with 3 additions and 3 deletions

View File

@@ -226,8 +226,6 @@ jobs:
echo "== Multiarch Build Complete ==" echo "== Multiarch Build Complete =="
- name: Install syft - name: Install syft
run: | run: |
curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh \ curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh \

View File

@@ -1,3 +1,5 @@
## 1.2.0 - 2026-02-10
- changed build workflow
## 1.1.0 - 2026-02-10 ## 1.1.0 - 2026-02-10
- fix indentation - fix indentation
- remove signing in workflow - remove signing in workflow

View File

@@ -1,5 +1,5 @@
APP_NAME=test2 APP_NAME=test2
APP_VERSION=1.1.0 APP_VERSION=1.2.0
APP_DESCRIPTION=Watchdog for notify on updates on dockerhub, github and other git-sources APP_DESCRIPTION=Watchdog for notify on updates on dockerhub, github and other git-sources
BASE_IMAGE=alpine:3.22 BASE_IMAGE=alpine:3.22