Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAT-18282 DevOps :: Docker Issue in create-release.yml (#326)
* ✨ (create-release.yml): Update LPM_VERSION from "0.2.6" to "0.2.7" in the workflow file to use the latest version of the tool. Also, commented out the steps related to updating the official Docker repository as they are not needed at the moment. * ⬆️ (Dockerfile): Upgrade LPM_SHA256 value to match the new checksum for improved security and integrity * 📝 (create-release.yml): update create-release workflow configuration to optimize performance and readability 🔧 (create-release.yml): Comment out unnecessary actions/checkout and actions/setup-java steps to improve workflow readability and reduce unnecessary steps. 📝 (workflow.yml): update script to extract major.minor version and print full version for debugging purposes * 🔧 (create-release.yml): Update references to use the output from the 'update-dockerfiles' job for the liquibase version to ensure consistency and accuracy in the Docker image tags and versioning. * 🔧 (create-release.yml): update MAJOR_MINOR variable to use liquibaseVersion from update-dockerfiles job output for consistency and accuracy * 🔧 (create-release.yml): Update Dockerfile to use uppercase variable names for consistency and improve readability 🔧 (create-release.yml): Update Dockerfile to support different architectures for Docker image building and pushing 🔧 (create-release.yml): update workflow to use uppercase letters for environment variables for consistency and readability 🔧 (create-release.yml): update workflow to use correct indentation for job steps for better readability and maintainability
- Loading branch information