mirror of https://github.com/PiyushXCoder/lupt.git
Merge pull request #3 from PiyushXCoder/PiyushXCoder-workflow
Changed variable
This commit is contained in:
commit
9fe0c0988d
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue