Bump phoenix from 1.6.16 to 1.7.9 in /assets #1789
Workflow file for this run
This file contains 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@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 | ||
Check failure on line 18 in .github/workflows/docker.yml GitHub Actions / Build and Deploy to Docker HubInvalid workflow file
|
||
secrets: | ||
DEPLOY_SECRET: ${{ secrets.DEPLOY_SECRET }} | ||
with: | ||
deploy_servers: true | ||
needs: | ||
- test |