Update Docker credentials and registry in workflow
Some checks failed
Publish / publish (push) Failing after 9h0m20s
Some checks failed
Publish / publish (push) Failing after 9h0m20s
This commit is contained in:
committed by
GitHub
parent
fdc76d629b
commit
24f5415f5b
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
@@ -14,9 +14,9 @@ jobs:
|
|||||||
- name: Build & push
|
- name: Build & push
|
||||||
uses: mr-smithers-excellent/docker-build-push@v6
|
uses: mr-smithers-excellent/docker-build-push@v6
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
image: ${{ github.repository_owner }}/gitea-runner-windows
|
image: ${{ github.repository_owner }}/gitea-runner-windows
|
||||||
tags: ${{ github.ref_name }}, latest
|
tags: ${{ github.ref_name }}, latest
|
||||||
registry: docker.io
|
registry: ghcr.io
|
||||||
buildArgs: SERVERCORE_VERSION="ltsc2022",RUNNER_VERSION="${{ github.ref_name }}"
|
buildArgs: SERVERCORE_VERSION="ltsc2022",RUNNER_VERSION="${{ github.ref_name }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user