codenotary / immudb

immudb - immutable database based on zero trust, SQL/Key-Value/Document model, tamperproof, data change history
https://immudb.io
Other
8.52k stars 337 forks source link

feat: Add Docker Hub login and push within Docker build actions #1951

Open seuros opened 3 months ago

seuros commented 3 months ago

The Docker Hub login has been integrated within the Docker build actions in the GitHub workflow for pushing changes. This change eliminates the need of the previous standalone Docker login and logout steps while making build actions to directly push built images to the registry.

Please not that secrets.REGISTRY_USER is still being used in push-dev.yml workflow.