Explorar el Código

ci: do not set latest for elixir image

Rory Z hace 2 años
padre
commit
ccacb50393
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .github/workflows/build_and_push_docker_images.yaml

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

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