feat: skip set image name if already defined
This commit is contained in:
parent
327ab1e92c
commit
d822c21f50
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ runs:
|
||||||
using: composite
|
using: composite
|
||||||
steps:
|
steps:
|
||||||
- name: Build-Docker Set Image Name
|
- name: Build-Docker Set Image Name
|
||||||
|
if: ${{ env.IMAGE_NAME == '' }}
|
||||||
uses: https://git.lhprovedor.com.br/leandro/devops/.forgejo/actions/set-image-name@main
|
uses: https://git.lhprovedor.com.br/leandro/devops/.forgejo/actions/set-image-name@main
|
||||||
with:
|
with:
|
||||||
username: ${{ inputs.username }}
|
username: ${{ inputs.username }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue