We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8375774 commit 6c489a4Copy full SHA for 6c489a4
.github/workflows/create-release.yml
@@ -98,8 +98,8 @@ jobs:
98
# Update the version part of the image tags in dev/main.tf
99
- name: Update image versions in main.tf
100
run: |
101
- sed -i -E 's|(busola_backend_image\s*=\s*".*:)[^"]+|\1v${{ github.event.inputs.name }}|' dev/main.tf
102
- sed -i -E 's|(busola_web_image\s*=\s*".*:)[^"]+|\1v${{ github.event.inputs.name }}|' dev/main.tf
+ sed -i -E 's|(busola_backend_image\s*=\s*".*:)[^"]+|\1${{ github.event.inputs.name }}|' dev/main.tf
+ sed -i -E 's|(busola_web_image\s*=\s*".*:)[^"]+|\1${{ github.event.inputs.name }}|' dev/main.tf
103
104
# Open a pull request to the dev branch with the updated image versions
105
- name: Create Pull Request
0 commit comments