Skip to content

Commit

Permalink
Fix kustomization
Browse files Browse the repository at this point in the history
  • Loading branch information
Natsume-197 committed Apr 22, 2024
1 parent 594f387 commit 19e1f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
name: Update Kubernetes resources for production
run: |
cd kustomize/overlays/production
kustomize edit set image nadedb=ghcr.io/brigadasos/nadedb:$GITHUB_REF_NAME
kustomize edit set image brigadasos-db=ghcr.io/brigadasos/nadedb:$GITHUB_REF_NAME
cat kustomization.yaml
- name: Commit files
Expand Down

0 comments on commit 19e1f7f

Please sign in to comment.