mirror of https://github.com/1N3/Sn1per.git
test build and push
This commit is contained in:
parent
bc91d6e2f1
commit
9806956b95
|
|
@ -24,8 +24,7 @@ jobs:
|
|||
env:
|
||||
REPO_NAME: '${{ github.event.repository.name }}'
|
||||
run: |
|
||||
echo REPONAME: $REPO_NAME
|
||||
echo {REPONAME}: ${REPO_NAME}
|
||||
echo {{REPONAME}}: ${{REPO_NAME}}
|
||||
docker build . -f Dockerfile.base --tag ghcr.io/abnerrizzi/${REPO_NAME}:latest
|
||||
docker push ghcr.io/abnerrizzi/${REPO_NAME}:latest
|
||||
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