feat: remove username input from set-image-name action and update cSpell words

This commit is contained in:
Leandro Costa 2026-03-07 10:59:03 -03:00
parent 0db0fe8be5
commit 9bc6f3ea3e
3 changed files with 1 additions and 7 deletions

View file

@ -16,8 +16,6 @@ runs:
- name: Build-Docker Set Image Name
if: ${{ env.IMAGE_NAME == '' }}
uses: https://git.lhprovedor.com.br/leandro/devops/.forgejo/actions/set-image-name@main
with:
username: ${{ inputs.username }}
- name: Build-Docker Build Docker Image
uses: https://git.lhprovedor.com.br/leandro/forgejo-kaniko-action@v3

View file

@ -1,9 +1,5 @@
name: Forgejo Set Image Name
description: Define IMAGE_NAME to Git Hub env, based on repository name
inputs:
username:
description: Image User Name
required: true
runs:
using: composite
steps:

View file

@ -1,3 +1,3 @@
{
"cSpell.words": ["Altsoft", "dbupdater", "lhprovedor", "npmjs", "webfactory"]
"cSpell.words": ["Altsoft", "dbupdater", "Forgejo", "lhprovedor", "npmjs", "webfactory"]
}