Changes 1

This commit is contained in:
Piyush मिश्रः 2023-12-06 22:38:44 +05:30
parent 3155bb51db
commit 01d5b4320a
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@ jobs:
- name: 'Build Inventory Image'
run: |
ls
docker buildx build --load --platform linux/arm64 --build-arg="RUNNER_GROUP_ID=${{vars.RUNNER_GROUP_ID}}" --build-arg="RUNNER_USER_ID=${{vars.RUNNER_USER_ID}}" --build-arg="APP=${{vars.APP}}" -t --tag ghcr.io/${GITHUB_REPOSITORY,,}:main .
docker buildx build --load --platform linux/arm64 --build-arg="RUNNER_GROUP_ID=${{vars.RUNNER_GROUP_ID}}" --build-arg="RUNNER_USER_ID=${{vars.RUNNER_USER_ID}}" --build-arg="APP=${{vars.APP}}" -t --tag ghcr.io/${GITHUB_REPOSITORY,,}:main $(pwd)
docker push ghcr.io/${GITHUB_REPOSITORY,,}:main