finish working on the article - need test workflows
All checks were successful
Release Build / create-builder-docker-image (push) Successful in 3m45s

This commit is contained in:
2025-07-28 00:38:46 +06:00
parent e018e30975
commit bde6e734b3
7 changed files with 288 additions and 140 deletions

View File

@@ -52,7 +52,8 @@ jobs:
create-release:
runs-on: ubuntu-latest
container:
image: golang:1.21
# image: golang:1.21
image: ${DOCKERHUB_USERNAME}/my-build-golang-runner:latest
needs: create-docker-image
steps:
- name: Checkout repository