We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab77b14 + 1b05820 commit 387e42dCopy full SHA for 387e42d
.github/workflows/build_docker.pr.yml
@@ -23,7 +23,7 @@ jobs:
23
id: extract_branch
24
- name: Extract repo owner
25
shell: bash
26
- run: echo "repoowner=${{ github.repository_owner }}" | tr / - >> $GITHUB_OUTPUT
+ run: echo "repoowner=${{ github.event.pull_request.head.repo.owner.login }}" | tr / - >> $GITHUB_OUTPUT
27
id: extract_repo_owner
28
- name: Generate image name
29
.github/workflows/upload_docker.pr.yml
@@ -45,7 +45,7 @@ jobs:
45
cat ./imagename
46
- name: Extract image name
47
48
- run: echo "imagename="$(cat imagename)"" - >> $GITHUB_OUTPUT
+ run: echo "imagename="$(cat imagename)"" >> $GITHUB_OUTPUT
49
id: extract_image_name
50
- name: Load PR Image
51
run: |
0 commit comments