mirror of https://github.com/PiyushXCoder/lupt.git
Try 2
This commit is contained in:
parent
0ba18e9fa5
commit
b55bf5c1ca
|
|
@ -26,6 +26,6 @@ jobs:
|
||||||
|
|
||||||
- name: 'Build Inventory Image'
|
- name: 'Build Inventory Image'
|
||||||
run: |
|
run: |
|
||||||
docker build . --tag ghcr.io/${{github.repository,,}}:main
|
docker build . --tag ghcr.io/${GITHUB_REPOSITORY,,}:main
|
||||||
docker push ghcr.io/${{github.repository,,}}:main
|
docker push ghcr.io/${GITHUB_REPOSITORY,,}:main
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue