Uh oh!
There was an error while loading. Please reload this page.
feat: publish docker image on push to main - #33
Merged
Conversation
add photo management with Cloudinary integration - Created UserPhoto entity and corresponding repository. - Introduced PhotoType enum for categorizing photo types. - Developed services for managing company, local unit, model, and user photos, including upload and delete functionalities. - Implemented CloudinaryService for handling file uploads and deletions. - Added response DTOs for various photo types. - Enhanced EnergyBillService to support photo attachment and removal. - Updated CompanyService and LocalUnitService to include photo repository checks during deletions. - Configured application properties for Cloudinary settings and increased file upload limits.
…i-core into feat/cloudnary-n-i18n
- adiciona metodos attachPhoto/removePhoto faltantes na interface EnergyBillOpenApi, corrigindo erro de compilacao - restaura dependencia h2 (removida por engano ao mesclar cloudinary-http5), corrigindo falha nos testes - agrupa alternancia no regex de EDGE_HYPHENS em SlugUtil para eliminar ambiguidade de precedencia (S5850) - reduz limite de upload multipart de 10MB para 8MB para atender ao rating de seguranca do SonarCloud (S5693)
Uh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Objetivo
Publicar a imagem Docker automaticamente no Docker Hub a cada push na main, sem precisar de build manual.
Alterações
release.ymlpassa a chamar o workflow reutilizável central (Solierrr/.github), em vez do placeholder antigoRecursos impactados
Nenhum no cluster - só passa a publicar imagem nova no Docker Hub a cada push. Os
Deployments noinfra-gitopsjá usam a tag:latest, que puxa a versão nova no próximo restart do pod.Rollback
Reverter este PR.
Como validar
Depois de mergeado, um push na main deve gerar a imagem nova em
solarianetwork/<este-repo>:latestno Docker Hub (requer os secretsDOCKERHUB_USERNAME/DOCKERHUB_TOKENcadastrados na organização).Closes #