test build and push

This commit is contained in:
Abner Rizzi 2023-08-10 07:50:05 -03:00
parent 7af1b65a01
commit 225588e7d2
1 changed files with 5 additions and 0 deletions

View File

@ -25,10 +25,15 @@ jobs:
echo "repolower=${${{ github.event.repository.name }},,}" >>${GITHUB_ENV}
- name: Ubuntu GitHub Actions environment variables List
run: env
- name: 'Build Inventory Image'
env:
REPO_NAME: '${{ github.event.repository.name }}'
run: |
echo $REPO_NAME
echo ${{ github.event.repository.name }}
echo "repolower=${REPO_NAME,,}" >>${GITHUB_ENV}
echo "$repolower"
echo "${repolower}"