We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69c5100 commit 6ebf358Copy full SHA for 6ebf358
.github/workflows/ci-main.yml
@@ -38,9 +38,9 @@ jobs:
38
password: ${{ secrets.GITHUB_TOKEN }}
39
- name: Build and Push Docker images
40
run: |
41
- ls -l
42
modules=("weather-agent news-agent productsearch-agent techspec-agent reportgenerate-agent")
43
version=$(grep '^version=' gradle.properties | awk -F= '{print $2}')
+ set -x
44
for module in "${modules[@]}"; do
45
docker build --build-arg VERSION=$version -f $module/Dockerfile -t ghcr.io/eclipse-lmos/$module:$version $module
46
docker push ghcr.io/eclipse-lmos/$module:$version
0 commit comments