From 49ab07cd6f3b42f84a8ffcac4b8a0f81c1d0b504 Mon Sep 17 00:00:00 2001 From: Arif Hasanic Date: Sun, 1 Feb 2026 16:58:37 +0100 Subject: [PATCH] add docker creds --- .gitea/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f9420da..cfef81c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -9,6 +9,9 @@ jobs: runs-on: ubuntu-latest container: image: git.rivercry.com/system/bar:latest + credentials: + username: docker + password: ${{ secrets.DOCKER_PASSWORD }} steps: - name: Checkout uses: actions/checkout@v4