updates to printer, added changelog entry, restored deploy script in CI

This commit is contained in:
Amruth Pillai
2026-01-24 16:58:14 +01:00
parent 333b5e50c4
commit 21aec46763
4 changed files with 119 additions and 91 deletions
+12 -1
View File
@@ -3,6 +3,7 @@ name: Build Docker Image
on:
workflow_dispatch:
push:
branches: [ main ]
tags: [ "v*.*.*" ]
concurrency:
@@ -204,4 +205,14 @@ jobs:
- name: Inspect image
run: |
docker buildx imagetools inspect ghcr.io/${{ env.IMAGE }}:v${{ steps.version.outputs.version }}
docker buildx imagetools inspect docker.io/${{ env.IMAGE }}:v${{ steps.version.outputs.version }}
docker buildx imagetools inspect docker.io/${{ env.IMAGE }}:v${{ steps.version.outputs.version }}
- name: Redeploy Stack
uses: appleboy/ssh-action@v1
with:
key: ${{ secrets.SSH_KEY }}
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USER }}
script: |
cd docker
./manage_stack.sh up reactive_resume