mirror of https://github.com/1N3/Sn1per.git
test build and push
This commit is contained in:
parent
c2a344966b
commit
5d97699938
|
|
@ -29,7 +29,9 @@ jobs:
|
||||||
env:
|
env:
|
||||||
REPO_NAME: '${{ github.event.repository.name }}'
|
REPO_NAME: '${{ github.event.repository.name }}'
|
||||||
run: |
|
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 build . -f Dockerfile.base --tag ghcr.io/abnerrizzi/${REPO_NAME}:latest
|
||||||
# docker push ghcr.io/abnerrizzi/${REPO_NAME}:latest
|
# docker push ghcr.io/abnerrizzi/${REPO_NAME}:latest
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue