test build and push

This commit is contained in:
Abner Rizzi 2023-08-10 07:34:45 -03:00
parent dd1e880dab
commit 3d1f82c275
1 changed files with 1 additions and 2 deletions

View File

@ -23,9 +23,8 @@ jobs:
- name: downcase REPO
run: |
echo "REPO=${GITHUB_REPOSITORY,,}" >>${GITHUB_ENV}
echo ${{ github.event.repository.name }}
echo "${{ github.event.repository.name }}"
echo "REPO_NAME: ${{github.event.repository.name,,}}"
- name: 'Build Inventory Image'
env:
REPO_NAME: '${{ github.event.repository.name }}'