This commit is contained in:
2024-09-08 23:57:31 +10:00
parent e24732377d
commit 69b7a136b8
+1 -1
View File
@@ -51,6 +51,6 @@ jobs:
with:
args: |-
# Update the deployment.yaml with the new image tag
sed -i 's|image: .*|image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:1.0.${{ github.run_number }}|' k8s/deployment.yaml
sed -i 's|image: .*|image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:1.0.${{ github.run_number }}|' k8s/manifest.yaml
# Apply Kubernetes manifests
kubectl apply -n apps -f k8s/manifest.yaml