mirror of https://github.com/PiyushXCoder/lupt.git
Test 3
This commit is contained in:
parent
d8c547cbfe
commit
ad8281078e
|
|
@ -22,8 +22,6 @@ jobs:
|
|||
|
||||
- name: 'Build Inventory Image'
|
||||
run: |
|
||||
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 .
|
||||
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 .
|
||||
docker push ghcr.io/${GITHUB_REPOSITORY,,}:main
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue