Compare commits

...

7 Commits

Author SHA1 Message Date
90f63bc6ed fix: ensure newline at end of file in build workflow
Some checks failed
CI / Backend Tests (pull_request) Has been cancelled
CI / Frontend Tests (pull_request) Has been cancelled
2026-03-27 16:27:32 -03:00
1581ddcaea Merge branch 'main' into develop 2026-03-27 16:24:50 -03:00
37a9ef22df Merge pull request 'feature/testing' (#5) from feature/testing into main
Reviewed-on: #5
2026-03-27 16:23:53 -03:00
81d04b63d1 develop (#4)
Reviewed-on: #4
Co-authored-by: Gabriel Sancho <gabriel.sancho13@gmail.com>
Co-committed-by: Gabriel Sancho <gabriel.sancho13@gmail.com>
2026-03-27 16:23:13 -03:00
6306073921 feature/testing (#3)
Reviewed-on: #3
Co-authored-by: Gabriel Sancho <gabriel.sancho13@gmail.com>
Co-committed-by: Gabriel Sancho <gabriel.sancho13@gmail.com>
2026-03-27 16:22:43 -03:00
5723c74e39 fix: add missing colon in Active Entities label on DashboardPage (#1) (#2)
Reviewed-on: #1
Co-authored-by: Gabriel Sancho <gabriel.sancho13@gmail.com>
Co-committed-by: Gabriel Sancho <gabriel.sancho13@gmail.com>
Reviewed-on: #2
2026-03-27 16:19:26 -03:00
46f78467bb fix: add missing colon in Active Entities label on DashboardPage (#1)
Reviewed-on: #1
Co-authored-by: Gabriel Sancho <gabriel.sancho13@gmail.com>
Co-committed-by: Gabriel Sancho <gabriel.sancho13@gmail.com>
2026-03-27 16:18:58 -03:00

View File

@@ -35,4 +35,4 @@ jobs:
- name: Push registry images
run: |
docker push ${REGISTRY}/${IMAGE_NAME}:latest
docker push ${REGISTRY}/${IMAGE_NAME}:${{ github.sha }}
docker push ${REGISTRY}/${IMAGE_NAME}:${{ github.sha }}