From 90b88f4a5574efec1665d116f6ef96d05952b8f1 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Mon, 31 Mar 2025 21:55:17 -0500 Subject: [PATCH] fix --- .gitea/workflows/ci.yaml | 6 ++++++ 1 file changed, 6 insertions(+) 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