Skip to content

Commit

Permalink
Merge pull request #144 from KPMP/KPMP-5467_fix-github-workflow
Browse files Browse the repository at this point in the history
fix env for develop branch
  • Loading branch information
rlreamy authored Jul 29, 2024
2 parents 40b2535 + 99478d5 commit 7921809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-gradle-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Push to Docker Hub if branch is develop
if: steps.branch-names.outputs.current_branch == 'develop'
run: |
docker push "kingstonduo/pegasus-data:$IMAGE_TAG"
docker push "kingstonduo/pegasus-data:${{env.IMAGE_TAG}}"
- name: Push to Docker Hub if branch is not develop
if: steps.branch-names.outputs.current_branch != 'develop'
Expand Down

0 comments on commit 7921809

Please sign in to comment.