chore: update .github/workflows/build_and_push_docker_images.yaml
Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
This commit is contained in:
parent
e38236eb05
commit
5f9bd5e4c9
|
@ -168,7 +168,7 @@ jobs:
|
||||||
extra_labels="org.opencontainers.image.elixir.version=${{ matrix.elixir }}"
|
extra_labels="org.opencontainers.image.elixir.version=${{ matrix.elixir }}"
|
||||||
fi
|
fi
|
||||||
extra_deps=
|
extra_deps=
|
||||||
if [[ "$PROFILE" = *enterprise* ]]; then
|
if [[ "${{ matrix.profile }}" = *enterprise* ]]; then
|
||||||
extra_deps='libsasl2-2'
|
extra_deps='libsasl2-2'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue