Skip to content

Commit

Permalink
fix env for develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Dert1129 committed Jul 29, 2024
1 parent 40b2535 commit 99478d5
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 99478d5

Please sign in to comment.