This commit is contained in:
Piyush मिश्रः 2023-12-06 21:18:58 +05:30
parent 0ba18e9fa5
commit b55bf5c1ca
1 changed files with 2 additions and 2 deletions

View File

@ -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