Skip to content

chore(deps): bump phoenix from 1.7.18 to 1.7.19 #2454

chore(deps): bump phoenix from 1.7.18 to 1.7.19

chore(deps): bump phoenix from 1.7.18 to 1.7.19 #2454

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