test build and push

This commit is contained in:
Abner Rizzi 2023-08-10 07:46:44 -03:00
parent c2a344966b
commit 5d97699938
1 changed files with 3 additions and 1 deletions

View File

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