Skip to content

Commit

Permalink
fix: github registry username
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnu-narayanan authored Jan 22, 2025
1 parent 63335b0 commit 44c8154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
id: meta
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images: ${{ env.REGISTRY }}/vishnu-narayanan/${{ env.IMAGE_NAME }}
images: ${{ env.REGISTRY }}/chatwoot/${{ env.IMAGE_NAME }}
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
Expand Down

0 comments on commit 44c8154

Please sign in to comment.