Compare commits
2 commits
81006d192b
...
06d7f5f980
| Author | SHA1 | Date | |
|---|---|---|---|
| 06d7f5f980 | |||
| a36a9ed8f6 |
2 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue