From 08ac744dc17f81c253d373ddf2695a410b5da0f3 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 30 May 2025 23:22:09 +1200 Subject: [PATCH] :-'Generic Commit' --- .gitea/workflows/buildtestpublish.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/buildtestpublish.yaml b/.gitea/workflows/buildtestpublish.yaml index b558599..12889da 100644 --- a/.gitea/workflows/buildtestpublish.yaml +++ b/.gitea/workflows/buildtestpublish.yaml @@ -16,8 +16,12 @@ jobs: - name: Build cross-platform versions (amd64 and arm64) run: | ./build.sh all + - name: Login to Docker Hub + uses: docker/login-action@v3 + with: + registry: gitea.jde.nz + username: anything + password: ${{ secrets.PRIVATE_TOKEN }} - name: Build and Push amd64 + arm64 Docker image to the registry run: | ./.runner/publish.sh - -