Kaynağa Gözat

chore: update .github/workflows/build_and_push_docker_images.yaml

Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
JianBo He 2 yıl önce
ebeveyn
işleme
5f9bd5e4c9

+ 1 - 1
.github/workflows/build_and_push_docker_images.yaml

@@ -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