Skip to content

Commit

Permalink
feat: on master also push latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ESCRI11 committed Jan 30, 2025
1 parent 4e5a4ff commit 5c8260d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ jobs:
update_bigdash=${{ github.event.inputs.update_bigdash }}
update_playbase=${{ github.event.inputs.update_playbase }}
tags: |
${{ github.event.inputs.branch == 'master' && format('{0}/omicsplayground:{1}', secrets.DOCKERHUB_USERNAME, steps.get_version.outputs.VERSION) || '' }}
${{ github.event.inputs.branch == 'master' && format('{0}/omicsplayground:{1},{0}/omicsplayground:latest', secrets.DOCKERHUB_USERNAME, steps.get_version.outputs.VERSION) || '' }}
${{ github.event.inputs.branch != 'master' && format('{0}/omicsplayground:{1}', secrets.DOCKERHUB_USERNAME, github.event.inputs.branch) || '' }}

0 comments on commit 5c8260d

Please sign in to comment.