Skip to content

Commit d0ba859

Browse files
authored
fix: use absolute path for build tag (#1280)
1 parent f43e611 commit d0ba859

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
uses: docker/build-push-action@v6
4444
with:
4545
push: true
46-
tags: bigcommerce/stencil-cli:latest
46+
tags: ghcr.io/${{ github.repository_owner }}/stencil-cli:latest

0 commit comments

Comments
 (0)