chore(deps): update dependency phoenix_live_view to ~> 1.2.0 (#910) #1676
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build and Deploy to Docker Hub | |
| on: | |
| - push | |
| - pull_request | |
| - merge_group | |
| jobs: | |
| test: | |
| name: Setup, Build, Test | |
| uses: brianmay/workflows/.github/workflows/elixir.yaml@b751c43c6ad3df6d5ef91a3ff5a263344169e332 # main | |
| with: | |
| plts_cache_postfix: "-5" | |
| apt_packages: "graphicsmagick-imagemagick-compat libimage-exiftool-perl ffmpeg exiftran libraw-bin" | |
| test_data: "https://www.dropbox.com/s/yg6jdk9lfewn8yf/penguin_memories.tar?dl=0" | |
| test_sha256: "1be2094961977dc393b7312b8799259b2026b4570c4591bc6759dbfbfb0fe146" |