Release v1.0.32
Some checks failed
Release Build / create-release (push) Failing after 6s
Release Build / create-docker-image (push) Has been skipped
Release Build / update-to-release-branch (push) Has been skipped

This commit is contained in:
2025-07-28 16:26:11 +06:00
parent 9da418648c
commit 9d82d42680
5 changed files with 459 additions and 19 deletions

View File

@@ -16,6 +16,7 @@ jobs:
git clone https://oauth2:${{ secrets.GITEATOKEN }}@direct-dev.ru/gitea/GiteaAdmin/hello_gitea.git hello_gitea
cd hello_gitea
git checkout ${{ github.ref }}
docker pull ${{ secrets.DOCKERHUB_USERNAME }}/my-build-golang-runner:latest
- name: Setup Go
run: |