Fix building process for picard 2.10 (#75)

* Fix building process for picard 2.10

Since 2.8.5 (last published image), python3.7 became
required which in turn required using a more modern
ubuntu base.  22.04 was choosen in light of "newer is
better for audio tools" and since it removes the need
to use a secondary ppa.

The rest of the changes are either correcting package names
that have changed, or correcting for a file having moved in a repository.

Signed-off-by: Brian Harring <ferringb@gmail.com>

* Use explicit registry host to make podman building easier

Signed-off-by: Brian Harring <ferringb@gmail.com>

* Update deploy.yml

Add manual

* change image for final

* add libhangul to hopefully fix #77

* fix pipes

* more specific golang version

* linting DL3047

* update ca certs

---------

Signed-off-by: Brian Harring <ferringb@gmail.com>
Co-authored-by: Blair <criticalimpact@gmail.com>
Co-authored-by: Mike Nye <mike.nye@gmail.com>
This commit is contained in:
ferringb
2023-11-05 13:07:40 -08:00
committed by GitHub
parent ecc2716d59
commit 12810fa1e7
2 changed files with 24 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
name: Deploy to Docker Hub
on:
workflow_dispatch:
# Build and deploy the image on pushes to master branch
push:
branches: