Skip to content

Commit

Permalink
fix: use image flavor to name tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge O. Castro authored Mar 8, 2023
1 parent b16e011 commit c3b061f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
if [[ "${{ matrix.image_flavor }}" == "main" ]]; then
echo "IMAGE_NAME=bluefin" >> $GITHUB_ENV
else
echo "IMAGE_NAME=${{ format('{0}-{1}', matrix.image_name, env.IMAGE_BASE_NAME) }}" >> $GITHUB_ENV
echo "IMAGE_NAME=${{ format('{0}-{1}', env.IMAGE_BASE_NAME, matrix.image_flavor) }}" >> $GITHUB_ENV
fi
- name: Generate tags
Expand Down

0 comments on commit c3b061f

Please sign in to comment.