mirror of https://github.com/1N3/Sn1per.git
test build and push
This commit is contained in:
parent
9806956b95
commit
e4a6c2f69a
|
|
@ -20,6 +20,10 @@ jobs:
|
|||
username: ${{github.actor}}
|
||||
password: ${{secrets.GITHUB_TOKEN}}
|
||||
|
||||
- name: downcase REPO
|
||||
run: |
|
||||
echo "REPO=${GITHUB_REPOSITORY,,}" >>${GITHUB_ENV}
|
||||
|
||||
- name: 'Build Inventory Image'
|
||||
env:
|
||||
REPO_NAME: '${{ github.event.repository.name }}'
|
||||
|
|
|
|||
Loading…
Reference in New Issue