ci: cleanup
All checks were successful
build / build (push) Successful in 20s

This commit is contained in:
Patrick Sy 2025-10-02 16:42:52 +02:00
parent a9f67e4eb0
commit eb74d05765
Signed by: Patrick.Sy
GPG key ID: DDDC8EC51823195E

View file

@ -19,9 +19,8 @@ jobs:
run: | run: |
sha="${{ github.sha }}" sha="${{ github.sha }}"
shortSha="${sha:0:7}" shortSha="${sha:0:7}"
echo sed -i "s@###IMAGETAG###@edp.buildth.ing/devfw-cicd/edgeconnect-action-demo:${shortSha}@g" ./k8s-deployment.yaml echo "Setting image version to: edp.buildth.ing/devfw-cicd/edgeconnect-action-demo:${shortSha}"
sed -i "s@###IMAGETAG###@edp.buildth.ing/devfw-cicd/edgeconnect-action-demo:${shortSha}@g" ./k8s-deployment.yaml sed -i "s@###IMAGETAG###@edp.buildth.ing/devfw-cicd/edgeconnect-action-demo:${shortSha}@g" ./k8s-deployment.yaml
cat ./k8s-deployment.yaml
- name: Deploy action - name: Deploy action
uses: https://edp.buildth.ing/DevFW-CICD/edge-connect-deploy-action@main uses: https://edp.buildth.ing/DevFW-CICD/edge-connect-deploy-action@main