Merge pull request #3 from PiyushXCoder/PiyushXCoder-workflow

Changed variable
This commit is contained in:
Piyush मिश्रः 2023-12-06 21:01:49 +05:30 committed by GitHub
commit 9fe0c0988d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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