Skip to content

Commit

Permalink
Bump relase workflow to fix wrong working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
raminqaf committed Dec 12, 2024
1 parent fe928d4 commit e18bd4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
jobs:
build-and-test:
name: Build, Test and Assess code quality
uses: bakdata/ci-templates/.github/workflows/[email protected].2
uses: bakdata/ci-templates/.github/workflows/[email protected].3
with:
java-version: 21
gradle-version: 8.4
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push sentence producer image
uses: bakdata/ci-templates/actions/[email protected].2
uses: bakdata/ci-templates/actions/[email protected].3
with:
full-image-name: bakdata/kpops-demo-sentence-producer
class: com.bakdata.kpops.examples.SentenceProducer
Expand All @@ -56,7 +56,7 @@ jobs:
working-directory: ${{ env.working-directory }}

- name: Build and push word count image
uses: bakdata/ci-templates/actions/[email protected].2
uses: bakdata/ci-templates/actions/[email protected].3
with:
full-image-name: bakdata/kpops-demo-word-count-app
class: com.bakdata.kpops.examples.WordCountApplication
Expand Down
2 changes: 1 addition & 1 deletion word-count/code/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=2.0.0-SNAPSHOT
version=1.0.0-SNAPSHOT
org.gradle.caching=true
org.gradle.parallel=true

0 comments on commit e18bd4a

Please sign in to comment.