Skip to content

Bump ecto_psql_extras from 0.7.12 to 0.7.13 #1706

Bump ecto_psql_extras from 0.7.12 to 0.7.13

Bump ecto_psql_extras from 0.7.12 to 0.7.13 #1706

Workflow file for this run

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@main
with:
apt_packages: "libimage-exiftool-perl ffmpeg exiftran dcraw"
test_data: "https://www.dropbox.com/s/yg6jdk9lfewn8yf/penguin_memories.tar?dl=0"
push:
name: Push
uses: brianmay/workflows/.github/workflows/docker.yaml@main
secrets:
DEPLOY_SECRET: ${{ secrets.DEPLOY_SECRET }}
with:
deploy_servers: true
needs:
- test