From 6c80daa7edeacbf77ba6cb735d951a33aa66c85f Mon Sep 17 00:00:00 2001 From: vahidrezvani Date: Sat, 21 Feb 2026 11:31:23 +0330 Subject: [PATCH] update git settting and image tags --- .github/workflows/deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 20d9a47..151899f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,9 @@ jobs: with: context: . push: true - tags: didvan/basa_houshan_api:latest + tags: | + didvan/basa_houshan_api:latest + didvan/basa_houshan_api:${{ github.sha }} - name: Deploy to Server uses: appleboy/ssh-action@v1.0.3