feat: prefixing with action name
This commit is contained in:
parent
497d109b44
commit
327ab1e92c
6 changed files with 22 additions and 22 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue