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