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 - -