Skip to content

Commit 0e7f838

Browse files
fix: issues found while deploying code on k8s cluster
1 parent d4c07f4 commit 0e7f838

31 files changed

+1329
-1137
lines changed

.github/workflows/app-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ jobs:
116116
context: ./app
117117
# Note: tags has to be all lower-case
118118
tags: ${{ env.REGISTRY }}/${{ github.repository }}/app:${{ github.run_id }}
119-
# ${{ steps.metadata.outputs.tags }}
120-
labels: ${{ steps.metadata.outputs.labels }}
119+
# ${{ steps.md.metadata.outputs.tags }}
120+
labels: ${{ steps.md.metadata.outputs.labels }}
121121
# build on feature branches, push only on main branch
122122
push: true
123123
# - uses: goodwithtech/dockle-action@main

.github/workflows/core-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ jobs:
117117
context: ./core
118118
# Note: tags has to be all lower-case
119119
tags: ${{ env.REGISTRY }}/${{ github.repository }}/core:${{ github.run_id }}
120-
# ${{ steps.metadata.outputs.tags }}
121-
labels: ${{ steps.metadata.outputs.labels }}
120+
# ${{ steps.md.metadata.outputs.tags }}
121+
labels: ${{ steps.md.metadata.outputs.labels }}
122122
# build on feature branches, push only on main branch
123123
push: true
124124
# - uses: goodwithtech/dockle-action@main

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ openapitools.json
1313
/core/openapitools.json
1414
/ui/.env.kind.cluster
1515
/app/compage-app.sqlite3
16+
/deploy/build/

0 commit comments

Comments
 (0)