Skip to content

Commit

Permalink
Changes 2
Browse files Browse the repository at this point in the history
  • Loading branch information
PiyushXCoder committed Dec 6, 2023
1 parent fb630e6 commit 0e1415a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
- name: 'Build Inventory Image'
run: |
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

0 comments on commit 0e1415a

Please sign in to comment.