Skip to content

Commit 7b65707

Browse files
committed
feat: add custom issuer image to ghr.io registry and create release workflow
1 parent 6f25b51 commit 7b65707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-custom-issuer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# Configure tag name
4242
- name: Sets env vars
4343
run: |
44-
echo "DOCKER_IMAGE_NAME=ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}-custom-issuer:${GITHUB_SHA:0:8}" >> $GITHUB_ENV
44+
echo "DOCKER_IMAGE_NAME=ghcr.io/peersyst/${{ github.event.repository.name }}-custom-issuer:${GITHUB_SHA:0:8}" >> $GITHUB_ENV
4545
4646
# Build docker image
4747
- name: Build docker image

0 commit comments

Comments
 (0)