apache / cloudberry

One advanced and mature open-source MPP (Massively Parallel Processing) database. Open source alternative to Greenplum Database.
https://cloudberry.apache.org
Apache License 2.0
417 stars 104 forks source link

Remove DockerHub auth from workflow #719

Closed edespino closed 1 day ago

edespino commented 1 day ago

Temporarily remove DOCKERHUB credentials since they're not being passed to workflows. Containers are public, so auth isn't required. This unblocks dev work while we investigate the credentials issue.

This fixes the workflow build error:

Error: The template is not valid. .github/workflows/build-cloudberry.yml (Line: 190, Col: 19): Unexpected value '',.github/workflows/build-cloudberry.yml (Line: 191, Col: 19): Unexpected value ''

edespino commented 1 day ago

@yaooqinn & @tuhaihe Thank you!

reshke commented 1 day ago

I'm too late to the party, bur still, approved + thanks for your contribution