ghusta / docker-postgres-world-db

Example Database for PostgreSQL : World DB
40 stars 33 forks source link

GitHub Action "docker/build-push-action" produces unknown architecture and OS #48

Closed ghusta closed 1 year ago

ghusta commented 1 year ago

See :

See also :


Problem reproduction

curl --silent "https://registry.hub.docker.com/v2/repositories/ghusta/postgres-world-db/tags/" | jq | grep -B1 -A1 unknown

List filtered with jq :

curl --silent "https://registry.hub.docker.com/v2/repositories/ghusta/postgres-world-db/tags/" | jq '.results[].images[] | select(.architecture == "unknown")'
ghusta commented 1 year ago

Try to set provenance: false

See :