Skip to content

Commit

Permalink
ci: use repo owner as namesapce
Browse files Browse the repository at this point in the history
Signed-off-by: Zhaoxuan "Tony" Wu <[email protected]>
  • Loading branch information
TonyWu3027 committed Aug 2, 2023
1 parent 1d404d7 commit b961f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: ${{ env.REGISTRY }}/${{ github.actor }}/${{ matrix.COMPONENT }}
images: ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ matrix.COMPONENT }}

- name: Build and push Docker image
uses: docker/build-push-action@v4
Expand Down

0 comments on commit b961f87

Please sign in to comment.