This commit is contained in:
xujiang
2025-07-15 15:55:45 +08:00
parent 052a91feb8
commit 1782bf5654

View File

@ -40,7 +40,7 @@ jobs:
port: ${{ secrets.PORT }}
script: |
cd /data/docker/photography/backend
git pull origin main
# 拉取最新镜像
IMAGE_TAG="${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}"
docker pull $IMAGE_TAG