Skip to content

Commit

Permalink
fix version variable
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetancollaud committed Aug 16, 2024
1 parent c1b3ffa commit fb7ac3d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-aggregator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ jobs:
context: aggregator/
file: aggregator/src/main/docker/Dockerfile.jvm
push: true
tags: spoud/kafka-cost-control:${VERSION}
tags: spoud/kafka-cost-control:${{ env.VERSION }}
2 changes: 1 addition & 1 deletion .github/workflows/build-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ jobs:
with:
context: frontend/
push: true
tags: spoud/kafka-cost-control-ui:${VERSION}
tags: spoud/kafka-cost-control-ui:${{ env.VERSION }}
2 changes: 1 addition & 1 deletion .github/workflows/build-kafka-connect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
with:
context: kafka-connect/
push: true
tags: spoud/kafka-cost-control-connect:${VERSION}
tags: spoud/kafka-cost-control-connect:${{ env.VERSION }}
4 changes: 2 additions & 2 deletions .github/workflows/build-scraper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
context: kafka-scraper/
file: kafka-scraper/src/main/docker/Dockerfile.jvm
push: true
tags: spoud/kafka-cost-control-scraper:${VERSION}-jvm
tags: spoud/kafka-cost-control-scraper:${{ env.VERSION }}-jvm

- name: Build and push tagged native image
if: startsWith(github.ref, 'refs/tags/')
Expand All @@ -79,4 +79,4 @@ jobs:
context: kafka-scraper/
file: kafka-scraper/src/main/docker/Dockerfile.native-micro
push: true
tags: spoud/kafka-cost-control-scraper:${VERSION}-native
tags: spoud/kafka-cost-control-scraper:${{ env.VERSION }}-native

0 comments on commit fb7ac3d

Please sign in to comment.