codenotary / immudb

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

chore: refactor image building #1948

Closed seuros closed 4 months ago

seuros commented 4 months ago

Merge after #1947

In the push.yml file, the docker images build process has been updated.

The changes include the use of QEMU and Docker Buildx.

Docker images for various environments like scratch, Debian version, Alma version, etc., are now built and pushed using Docker's build-push-action.

This is a partial change to ease the review process.

SimoneLazzaris commented 4 months ago

Seems good, but look at my comment on pr 1947