test build and push

This commit is contained in:
Abner Rizzi 2023-08-10 07:42:36 -03:00
parent 5b75e094fe
commit 4a3b3dcecf
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ jobs:
env:
REPO_NAME: '${{ github.event.repository.name }}'
run: |
echo "OWNER_LC=${github.event.repository.name,,}" >>${GITHUB_ENV}
echo {OWNER_LC}: ${OWNER_LC}
echo "OWNER_LC=${{github.event.repository.name,,}}" >>${GITHUB_ENV}
echo OWNER_LC= ${OWNER_LC}
# docker build . -f Dockerfile.base --tag ghcr.io/abnerrizzi/${REPO_NAME}:latest
# docker push ghcr.io/abnerrizzi/${REPO_NAME}:latest