test build and push

This commit is contained in:
Abner Rizzi 2023-08-10 07:47:35 -03:00
parent 5d97699938
commit 7af1b65a01
1 changed files with 2 additions and 2 deletions

View File

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