1
0
mirror of https://github.com/H0llyW00dzZ/My-RESTAPIs-Boilerplate.git synced 2025-02-06 09:44:31 +00:00

Improve Style [CI/CD] [Container Builder] Private Registry (#1498)

- [+] style(workflow): update job name format to include brackets in private-registry-kvm-only.yaml
This commit is contained in:
H0llyW00dzZ 2025-01-07 01:43:12 +07:00 committed by GitHub
parent d4d3fef01f
commit d2c44096f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,7 +47,7 @@ on:
jobs:
build:
name: (Container Builder) Build & Push
name: '[Container Builder]: Build & Push'
# Note: With Gitea runners, you have the flexibility to customize "runs-on" allowing you to create a secure environment, unlike other CI/CD mechanisms.
# For example, if you are using a custom OS like "Ubuntu Pro" rename it to "ubuntu-pro-latest".
runs-on: ubuntu-latest