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