gitea version (first attempt)

This commit is contained in:
mullayanov
2025-04-17 11:33:38 +05:00
parent 6bf569ec26
commit 3ee605d03e
5 changed files with 29 additions and 151 deletions

View File

@@ -10,21 +10,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build & push (ltsc2022)
- name: Build & push
uses: mr-smithers-excellent/docker-build-push@v6
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
image: tiobesoftware/github-runner-windows
tags: ${{ github.ref_name }}-20H2
registry: docker.io
buildArgs: SERVERCORE_VERSION="ltsc2022",RUNNER_VERSION="${{ github.ref_name }}"
- name: Build & push (20H2)
uses: mr-smithers-excellent/docker-build-push@v6
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
image: tiobesoftware/github-runner-windows
image: ${{ github.repository_owner }}/gitea-runner-windows
tags: ${{ github.ref_name }}, latest
registry: docker.io
buildArgs: SERVERCORE_VERSION="20H2",RUNNER_VERSION="${{ github.ref_name }}"
buildArgs: SERVERCORE_VERSION="ltsc2022",RUNNER_VERSION="${{ github.ref_name }}"