Skip to content

Commit

Permalink
fix: also build the image variant with the correct name (ublue-os#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoceppi authored Mar 2, 2023
1 parent 17da43c commit a5fde3b
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 @@ -110,7 +110,7 @@ jobs:
with:
containerfiles: |
./Containerfile
image: ${{ env.IMAGE_NAME }}
image: ${{ format('{0}-main', matrix.image_name) }}
tags: |
${{ steps.generate-tags.outputs.alias_tags }}
build-args: |
Expand Down

0 comments on commit a5fde3b

Please sign in to comment.