Changed 2

This commit is contained in:
Piyush मिश्रः 2023-12-06 22:52:46 +05:30
parent f987a39eaa
commit ab4651dd5a
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ jobs:
- name: 'Build Inventory Image' - name: 'Build Inventory Image'
run: | run: |
docker buildx create --name builder1 --use --bootstrap
docker buildx build --load --platform linux/arm64 \ docker buildx build --load --platform linux/arm64 \
--build-arg="RUNNER_GROUP_ID=${{vars.RUNNER_GROUP_ID}}" \ --build-arg="RUNNER_GROUP_ID=${{vars.RUNNER_GROUP_ID}}" \
--build-arg="RUNNER_USER_ID=${{vars.RUNNER_USER_ID}}" \ --build-arg="RUNNER_USER_ID=${{vars.RUNNER_USER_ID}}" \