We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f25b51 commit 7b65707Copy full SHA for 7b65707
.github/workflows/build-custom-issuer.yaml
@@ -41,7 +41,7 @@ jobs:
41
# Configure tag name
42
- name: Sets env vars
43
run: |
44
- echo "DOCKER_IMAGE_NAME=ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}-custom-issuer:${GITHUB_SHA:0:8}" >> $GITHUB_ENV
+ echo "DOCKER_IMAGE_NAME=ghcr.io/peersyst/${{ github.event.repository.name }}-custom-issuer:${GITHUB_SHA:0:8}" >> $GITHUB_ENV
45
46
# Build docker image
47
- name: Build docker image
0 commit comments