chore: remove [skip ci] from version sync and update image tag

This commit is contained in:
2026-02-13 14:31:30 +01:00
parent f2035d79dd
commit 73ea958655
2 changed files with 2 additions and 2 deletions

2
.env
View File

@@ -1,5 +1,5 @@
# Project
IMAGE_TAG=v1.8.0
IMAGE_TAG=v1.8.2
PROJECT_NAME=at-mintel
PROJECT_COLOR=#82ed20
GITEA_TOKEN=ccce002e30fe16a31a6c9d5a414740af2f72a582

View File

@@ -17,7 +17,7 @@ do
# Stage and commit
git add $SYNC_FILES
git commit -m "chore: sync versions to $TAG [skip ci]" --no-verify
git commit -m "chore: sync versions to $TAG" --no-verify
# Force update the local tag to point to the new commit
git tag -f "$TAG" > /dev/null