Merge pull request #11205 from Rory-Z/ci/do-not-set-latest
ci: do not set latest for elixir image
This commit is contained in:
commit
2795c3e18a
|
@ -33,7 +33,6 @@ runs:
|
||||||
HOMEBREW_NO_INSTALL_UPGRADE: 1
|
HOMEBREW_NO_INSTALL_UPGRADE: 1
|
||||||
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
|
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
|
||||||
run: |
|
run: |
|
||||||
brew update
|
|
||||||
brew install curl zip unzip coreutils openssl@1.1
|
brew install curl zip unzip coreutils openssl@1.1
|
||||||
echo "/usr/local/opt/bison/bin" >> $GITHUB_PATH
|
echo "/usr/local/opt/bison/bin" >> $GITHUB_PATH
|
||||||
echo "/usr/local/bin" >> $GITHUB_PATH
|
echo "/usr/local/bin" >> $GITHUB_PATH
|
||||||
|
|
|
@ -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 }}
|
||||||
|
|
3
mix.exs
3
mix.exs
|
@ -91,8 +91,7 @@ defmodule EMQXUmbrella.MixProject do
|
||||||
{:cowlib,
|
{:cowlib,
|
||||||
github: "ninenines/cowlib", ref: "c6553f8308a2ca5dcd69d845f0a7d098c40c3363", override: true},
|
github: "ninenines/cowlib", ref: "c6553f8308a2ca5dcd69d845f0a7d098c40c3363", override: true},
|
||||||
# in conflict by cowboy_swagger and cowboy
|
# in conflict by cowboy_swagger and cowboy
|
||||||
{:ranch,
|
{:ranch, github: "emqx/ranch", tag: "1.8.1-emqx", override: true},
|
||||||
github: "emqx/ranch", ref: "de8ba2a00817c0a6eb1b8f20d6fb3e44e2c9a5aa", override: true},
|
|
||||||
# in conflict by grpc and eetcd
|
# in conflict by grpc and eetcd
|
||||||
{:gpb, "4.19.7", override: true, runtime: false},
|
{:gpb, "4.19.7", override: true, runtime: false},
|
||||||
{:hackney, github: "emqx/hackney", tag: "1.18.1-1", override: true},
|
{:hackney, github: "emqx/hackney", tag: "1.18.1-1", override: true},
|
||||||
|
|
Loading…
Reference in New Issue