diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index acad231..b05fa5d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,9 +17,9 @@ jobs: - name: Build & push uses: mr-smithers-excellent/docker-build-push@v6 with: - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} - image: ${{ github.repository_owner }}/gitea-runner-windows + registry: docker.io + username: ${{ secrets.DOCKER_USERNAME }} + password: ${{ secrets.DOCKER_PASSWORD }} + image: vale54321/docker-gitea-runner-windows tags: ${{ github.ref_name }}, latest - registry: ${{ env.GITEA_REGISTRY_HOST }} buildArgs: SERVERCORE_VERSION="ltsc2022",RUNNER_VERSION="${{ github.ref_name }}"