diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 76680cc..0104b4f 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -19,6 +19,12 @@ jobs: checks: write contents: write steps: + - name: Login to Docker + uses: docker/login-action@v3 + with: + username: ${{ vars.DOCKERHUB_USERNAME }} + password: ${{ secrets.DOCKERHUB_TOKEN }} + - name: Checkout uses: actions/checkout@v4