ci: do not set latest for elixir image
This commit is contained in:
parent
1a79e34510
commit
ccacb50393
|
@ -182,6 +182,7 @@ jobs:
|
||||||
images: |
|
images: |
|
||||||
${{ matrix.registry }}/${{ github.repository_owner }}/${{ matrix.profile }}
|
${{ matrix.registry }}/${{ github.repository_owner }}/${{ matrix.profile }}
|
||||||
flavor: |
|
flavor: |
|
||||||
|
latest=${{ matrix.elixir == 'no_elixir' }}
|
||||||
suffix=${{ steps.pre-meta.outputs.img_suffix }}
|
suffix=${{ steps.pre-meta.outputs.img_suffix }}
|
||||||
tags: |
|
tags: |
|
||||||
type=semver,pattern={{major}}.{{minor}},value=${{ needs.prepare.outputs.VERSION }}
|
type=semver,pattern={{major}}.{{minor}},value=${{ needs.prepare.outputs.VERSION }}
|
||||||
|
|
Loading…
Reference in New Issue