Skip to content

Commit

Permalink
Merge pull request #15 from KPMP/KPMP-5199_fix_build_action
Browse files Browse the repository at this point in the history
Kpmp 5199 fix build action
  • Loading branch information
rlreamy authored May 8, 2024
2 parents e523a3f + dddbc08 commit e97db12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
tags: kingstonduo/atlas-file-service:$IMAGE_TAG
tags: kingstonduo/atlas-file-service:${{ env.IMAGE_TAG }}

- name: Build and push to Docker Hub if branch is not develop
if: steps.branch-names.outputs.current_branch != 'develop'
Expand Down

0 comments on commit e97db12

Please sign in to comment.