feat: remove username input from set-image-name action and update cSpell words
This commit is contained in:
parent
0db0fe8be5
commit
9bc6f3ea3e
3 changed files with 1 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"cSpell.words": ["Altsoft", "dbupdater", "lhprovedor", "npmjs", "webfactory"]
|
||||
"cSpell.words": ["Altsoft", "dbupdater", "Forgejo", "lhprovedor", "npmjs", "webfactory"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue