Skip to content

Commit

Permalink
fix: k8s image minor version can't read error
Browse files Browse the repository at this point in the history
  • Loading branch information
puleugo committed Jan 13, 2024
1 parent 3de6ae7 commit d1e844e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Update Kubernetes resource
run: |
cd apps/megabrain-site/overlays/dev
kustomize edit set image ghcr.io/${{ env.REPO }}:${{ secrets.MAJOR_VERSION }}.${{ env.NEW_MINOR_VERSION }}
kustomize edit set image ghcr.io/${{ env.REPO }}:${{ secrets.MAJOR_VERSION }}.${{ secrets.MINOR_VERSION }}
cat kustomization.yaml
- name: Commit and push changes
Expand Down

0 comments on commit d1e844e

Please sign in to comment.