Skip to content

Commit

Permalink
Actually change image names
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 authored Aug 8, 2024
1 parent 1f3fcf4 commit 6f877f1
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 @@ -80,7 +80,7 @@ jobs:
IMAGE_NAME="cosmic-${{ matrix.flavor }}"
if [[[ "$IMAGE_NAME" == base-* ]]]; then
echo "IMAGE_NAME=${IMAGE_NAME//base-/}" >> $GITHUB_ENV
IMAGE_NAME="${IMAGE_NAME//base-/}"
fi
echo "IMAGE_NAME=${IMAGE_NAME}" >> $GITHUB_ENV
Expand Down

0 comments on commit 6f877f1

Please sign in to comment.