Skip to content

Commit 91dcf0e

Browse files
authored
fix: pass GITHUB_REPOSITORY into Dockerfile.GitHubActions.Release (2nd attempt) (dashpay#5735)
## Issue being fixed or feature implemented I was probably using `GITHUB_REPOSITORY` incorrectly, let's try it this way dashpay#5724 follow-up ## What was done? ## How Has This Been Tested? n/a ## Breaking Changes n/a ## Checklist: - [x] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added or updated relevant unit/integration/functional/e2e tests - [ ] I have made corresponding changes to the documentation - [x] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_
1 parent eb3f601 commit 91dcf0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_docker_hub.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
labels: ${{ steps.docker_meta.outputs.labels }}
7070
build-args: |
7171
TAG=${{ steps.get_tag.outputs.build_tag }}
72-
GITHUB_REPOSITORY=${{ GITHUB_REPOSITORY }}
72+
GITHUB_REPOSITORY=$GITHUB_REPOSITORY
7373
cache-from: type=gha
7474
cache-to: type=gha,mode=max
7575
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)