chore: update .github/workflows/build_and_push_docker_images.yaml

Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
This commit is contained in:
JianBo He 2023-06-15 23:17:04 +08:00 committed by GitHub
parent e38236eb05
commit 5f9bd5e4c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ jobs:
extra_labels="org.opencontainers.image.elixir.version=${{ matrix.elixir }}"
fi
extra_deps=
if [[ "$PROFILE" = *enterprise* ]]; then
if [[ "${{ matrix.profile }}" = *enterprise* ]]; then
extra_deps='libsasl2-2'
fi