add watchtower to docker-compose and .env and gitea actions
Build and Push Docker Image / build-and-push (push) Successful in 2m10s

This commit is contained in:
2026-06-11 19:52:20 +01:00
parent 602343fd9f
commit 79dd76ecc7
3 changed files with 30 additions and 2 deletions
+7 -1
View File
@@ -28,4 +28,10 @@ jobs:
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/calendarreminder-app:latest
cache-from: type=registry,ref=${{ secrets.DOCKERHUB_USERNAME }}/calendarreminder-app:buildcache
cache-to: type=registry,ref=${{ secrets.DOCKERHUB_USERNAME }}/calendarreminder-app:buildcache,mode=max
cache-to: type=registry,ref=${{ secrets.DOCKERHUB_USERNAME }}/calendarreminder-app:buildcache,mode=max
- name: Trigger Watchtower deploy
run: |
curl -sf \
-H "Authorization: Bearer ${{ secrets.WATCHTOWER_TOKEN }}" \
http://${{ secrets.TRUENAS_IP }}:8085/v1/update