Skip to content

Commit

Permalink
fix(ci): fixing image promotion to prod (#415)
Browse files Browse the repository at this point in the history
* fix: fixing database release

* fix: fixing prod image promotion
  • Loading branch information
Paulo Gomes da Cruz Junior authored Mar 22, 2023
1 parent efd878f commit 494ad26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
component: [backend, frontend, legacy]
component: [backend, frontend, legacy, database, common]
steps:
- uses: shrink/actions-docker-registry-tag@v3
with:
Expand Down

0 comments on commit 494ad26

Please sign in to comment.