Skip to content

Commit

Permalink
Iterate on GitHub Actions Config
Browse files Browse the repository at this point in the history
  • Loading branch information
ckabalan committed Oct 25, 2023
1 parent 51b59d9 commit a2f9650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'main'

env:
DOCKERHUB_TAG: ${{ env.BRANCH == 'main' && 'latest' || 'develop' }}
DOCKERHUB_TAG: ${{ github.ref_name == 'main' && 'latest' || 'develop' }}


jobs:
Expand Down

0 comments on commit a2f9650

Please sign in to comment.