mirror of https://github.com/PiyushXCoder/lupt.git
Test
This commit is contained in:
parent
995cf85a52
commit
d9c87907bf
|
|
@ -22,6 +22,7 @@ jobs:
|
|||
|
||||
- name: 'Build Inventory Image'
|
||||
run: |
|
||||
echo docker buildx build --load --platform linux/arm64 --build-arg="RUNNER_GROUP_ID=${RUNNER_GROUP_ID}" --build-arg="RUNNER_USER_ID=${RUNNER_USER_ID}" --build-arg="APP=${APP}" -t --tag ghcr.io/${GITHUB_REPOSITORY,,}:main .
|
||||
echo docker buildx build --load --platform linux/arm64 --build-arg="RUNNER_GROUP_ID=${env.RUNNER_GROUP_ID}" \
|
||||
--build-arg="RUNNER_USER_ID=${{env.RUNNER_USER_ID}}" --build-arg="APP=${{vars.APP}}" -t --tag ghcr.io/${GITHUB_REPOSITORY,,}:main .
|
||||
# docker push ghcr.io/${GITHUB_REPOSITORY,,}:main
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue