feat: prefixing with action name

This commit is contained in:
Leandro Costa 2025-07-11 12:44:26 -03:00
parent 497d109b44
commit 327ab1e92c
6 changed files with 22 additions and 22 deletions

View file

@ -10,12 +10,12 @@ inputs:
runs:
using: composite
steps:
- name: Set Image Name
- name: Build-Docker Set Image Name
uses: https://git.lhprovedor.com.br/leandro/devops/.forgejo/actions/set-image-name@main
with:
username: ${{ inputs.username }}
- name: Build Docker Image
- name: Build-Docker Build Docker Image
uses: https://git.lhprovedor.com.br/leandro/forgejo-kaniko-action@v2
with:
image: ${{ inputs.username }}/${{ env.IMAGE_NAME }}:${{ github.sha }},${{ inputs.username }}/${{ env.IMAGE_NAME }}:latest