feat: set image name
This commit is contained in:
parent
056f7dd372
commit
497d109b44
1 changed files with 6 additions and 0 deletions
|
@ -36,6 +36,12 @@ runs:
|
|||
export SERVIDORES=`curl ${{ inputs.url-servidores }}`
|
||||
echo "Leandro Servidores: $SERVIDORES"
|
||||
echo $SERVIDORES >> servidores.lst
|
||||
|
||||
- name: Set Image Name
|
||||
uses: https://git.lhprovedor.com.br/leandro/devops/.forgejo/actions/set-image-name@main
|
||||
with:
|
||||
username: ${{ inputs.username }}
|
||||
|
||||
- name: deploy
|
||||
shell: sh
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue