Skip to content

Commit

Permalink
Hotfix bug docker hub latest
Browse files Browse the repository at this point in the history
  • Loading branch information
NealGeilen committed Jan 26, 2024
1 parent cc31845 commit d69114c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
tags: |
${{ matrix.image }}:acc
${{ matrix.image }}:${{ github.event.release.tag_name }}
${{ !contains(github.event.release.tag_name, 'Beta') && format('{0}:latest', matrix.image) || '' }}
${{ !contains(github.event.release.tag_name, 'Beta') && format('{0}:prod', matrix.image) || '' }}
Expand Down

0 comments on commit d69114c

Please sign in to comment.