mirror of https://github.com/PiyushXCoder/lupt.git
Changes
This commit is contained in:
parent
0e1415ab2a
commit
41ddd10fd2
|
|
@ -23,6 +23,9 @@ 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}}" --tag "ghcr.io/${{vars.REPOSITORY}}:main" $(pwd)
|
||||
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}}" --tag ghcr.io/${GITHUB_REPOSITORY,,}:main $(pwd)
|
||||
docker push ghcr.io/${GITHUB_REPOSITORY,,}:main
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue