mirror of https://github.com/1N3/Sn1per.git
test build and push
This commit is contained in:
parent
5d97699938
commit
7af1b65a01
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue