This commit is contained in:
Piyush मिश्रः 2023-12-06 22:26:42 +05:30
parent ad8281078e
commit 995cf85a52
1 changed files with 2 additions and 2 deletions

View File

@ -22,6 +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 push ghcr.io/${GITHUB_REPOSITORY,,}:main
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 .
# docker push ghcr.io/${GITHUB_REPOSITORY,,}:main