Skip to content

Bump phoenix_ecto from 4.4.3 to 4.5.1 #2243

Bump phoenix_ecto from 4.4.3 to 4.5.1

Bump phoenix_ecto from 4.4.3 to 4.5.1 #2243

Workflow file for this run

name: Build and Deploy to Docker Hub
on:
- push
- pull_request
jobs:
test:
name: Setup, Build, Test
uses: brianmay/workflows/.github/workflows/elixir.yaml@main
with:
plts_cache_postfix: "-1"
push:
name: Push
uses: brianmay/workflows/.github/workflows/docker.yaml@main
needs:
- test