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 c28564d commit a3d3657
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].1
uses: bakdata/ci-templates/.github/workflows/[email protected].2
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].1
uses: bakdata/ci-templates/actions/[email protected].2
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].1
uses: bakdata/ci-templates/actions/[email protected].2
with:
full-image-name: bakdata/kpops-demo-word-count-app
class: com.bakdata.kpops.examples.WordCountApplication
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
java-gradle-release:
name: Java Gradle Release
uses: bakdata/ci-templates/.github/workflows/[email protected].1
uses: bakdata/ci-templates/.github/workflows/[email protected].2
with:
java-version: 21
release-type: "${{ inputs.release-type }}"
Expand Down

0 comments on commit a3d3657

Please sign in to comment.