Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
PiyushXCoder committed Dec 6, 2023
1 parent 995cf85 commit d9c8790
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:

- name: 'Build Inventory Image'
run: |
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 .
echo docker buildx build --load --platform linux/arm64 --build-arg="RUNNER_GROUP_ID=${env.RUNNER_GROUP_ID}" \
--build-arg="RUNNER_USER_ID=${{env.RUNNER_USER_ID}}" --build-arg="APP=${{vars.APP}}" -t --tag ghcr.io/${GITHUB_REPOSITORY,,}:main .
# docker push ghcr.io/${GITHUB_REPOSITORY,,}:main

0 comments on commit d9c8790

Please sign in to comment.