mirror of https://github.com/1N3/Sn1per.git
test build and push
This commit is contained in:
parent
dd1e880dab
commit
3d1f82c275
|
|
@ -23,9 +23,8 @@ jobs:
|
|||
- name: downcase REPO
|
||||
run: |
|
||||
echo "REPO=${GITHUB_REPOSITORY,,}" >>${GITHUB_ENV}
|
||||
echo ${{ github.event.repository.name }}
|
||||
echo "${{ github.event.repository.name }}"
|
||||
echo "REPO_NAME: ${{github.event.repository.name,,}}"
|
||||
|
||||
- name: 'Build Inventory Image'
|
||||
env:
|
||||
REPO_NAME: '${{ github.event.repository.name }}'
|
||||
|
|
|
|||
Loading…
Reference in New Issue