Changed variable

This commit is contained in:
Piyush मिश्रः 2023-12-06 21:01:04 +05:30
parent 9209453336
commit 572ac27fd5
1 changed files with 2 additions and 2 deletions

View File

@ -23,6 +23,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/${{env.GITHUB_REPOSITORY}}:main
docker push ghcr.io/${{GITHUB_REPOSITORY}}:main docker push ghcr.io/${{env.GITHUB_REPOSITORY}}:main