Skip to content

Commit

Permalink
Remove hyphen from before base
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 authored Aug 8, 2024
1 parent 6f877f1 commit d438dfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
echo "alias_tags=${alias_tags[*]}" >> $GITHUB_OUTPUT
IMAGE_NAME="cosmic-${{ matrix.flavor }}"
if [[[ "$IMAGE_NAME" == base-* ]]]; then
IMAGE_NAME="${IMAGE_NAME//base-/}"
if [[[ "$IMAGE_NAME" == -base* ]]]; then
IMAGE_NAME="${IMAGE_NAME//-base/}"
fi
echo "IMAGE_NAME=${IMAGE_NAME}" >> $GITHUB_ENV
Expand Down

0 comments on commit d438dfa

Please sign in to comment.