Changes 2

This commit is contained in:
Piyush मिश्रः 2023-12-06 22:43:21 +05:30
parent fb630e635c
commit 0e1415ab2a
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@ 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}}" -t --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/${{vars.REPOSITORY}}:main" $(pwd)
docker push ghcr.io/${GITHUB_REPOSITORY,,}:main docker push ghcr.io/${GITHUB_REPOSITORY,,}:main