This commit is contained in:
Piyush मिश्रः 2023-12-06 22:45:31 +05:30
parent 0e1415ab2a
commit 41ddd10fd2
1 changed files with 4 additions and 1 deletions

View File

@ -23,6 +23,9 @@ jobs:
- name: 'Build Inventory Image' - name: 'Build Inventory Image'
run: | run: |
ls 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 docker push ghcr.io/${GITHUB_REPOSITORY,,}:main