.github/workflows/publish.yml aktualisiert
Some checks failed
Publish / publish (push) Failing after 9h0m27s
Some checks failed
Publish / publish (push) Failing after 9h0m27s
This commit is contained in:
8
.github/workflows/publish.yml
vendored
8
.github/workflows/publish.yml
vendored
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user