Compare commits

...

2 commits

Author SHA1 Message Date
06d7f5f980
ci: hardcoded image coordinates
All checks were successful
build / build (push) Successful in 15s
2025-10-02 16:31:48 +02:00
a36a9ed8f6
ci: Changed sha tag name, using docker tag in deployment 2025-10-02 16:28:50 +02:00
2 changed files with 4 additions and 3 deletions

View file

@ -27,7 +27,7 @@ jobs:
with:
images: ${{ steps.repository.outputs.registry }}/${{ steps.repository.outputs.repository }}
tags: |
type=sha
type=sha,prefix=
type=ref,event=tag
-
name: Login to registry

View file

@ -16,8 +16,9 @@ jobs:
uses: actions/checkout@v4
- name: Replace Image Version
runs: |
sed -i "s/###IMAGETAG###/${{ github.sha }}/g" ./EdgeConnectConfig.yaml
run: |
echo sed -i "s@###IMAGETAG###@edp.buildth.ing/devfw-cicd/edgeconnect-action-demo:${{ github.sha }}@g" ./EdgeConnectConfig.yaml
sed -i "s@###IMAGETAG###@edp.buildth.ing/devfw-cicd/edgeconnect-action-demo:${{ github.sha }}@g" ./EdgeConnectConfig.yaml
cat ./EdgeConnectConfig.yaml
- name: Deploy action