diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 971321f..cab3d5f 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -208,6 +208,13 @@ jobs: - name: Checkout code uses: actions/checkout@v4 + - name: Log in to GitHub Container Registry + uses: docker/login-action@v3 + with: + registry: ghcr.io + username: ${{ secrets.DOCKER_REGISTRY_USERNAME }} + password: ${{ secrets.DOCKER_REGISTRY_TOKEN }} + - name: Deploy Locally env: DB_HOST: ${{ vars.DB_HOST }}