You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/cloudpod_release.yml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ on:
9
9
- 'README.md'
10
10
branches:
11
11
- main
12
+
- cloudpod_workflow # TODO remove
12
13
13
14
permissions:
14
15
contents: write
@@ -41,7 +42,9 @@ jobs:
41
42
echo "Cloud Pod of the Sample created with LocalStack Version ${{ inputs.release-tag || 'latest'}}." > Release.txt
42
43
echo " * Please use the 'release-pod-{database}.zip' you need for your configuration." >> Release.txt
43
44
echo " * By default LocalStack uses the engine 'mariadb', so you need 'release-pod-mariadb.zip' " >> Release.txt
45
+
echo " * Click here to inject the 'mariadb' pod into your running LocalStack instance: [](https://app.localstack.cloud/launchpad?url=https://github.com/$GITHUB_REPOSITORY/releases/download/${{ inputs.release-tag || 'latest'}}/release-pod-mariadb.zip)" >> Release.txt
44
46
echo " * If you start LocalStack with 'RDS_MYSQL_DOCKER=1', please use the 'mysql' pod ('release-pod-mysql.zip')" >> Release.txt
47
+
echo " * Click here to inject the 'mysql' pod into your running LocalStack instance: [](https://app.localstack.cloud/launchpad?url=https://github.com/$GITHUB_REPOSITORY/releases/download/${{ inputs.release-tag || 'latest'}}/release-pod-mysql.zip)" >> Release.txt
0 commit comments