Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Fikset path til kafka-app
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsmsa committed Feb 21, 2024
1 parent e3a9bc2 commit ce5155c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "image=${{ env.IMAGE }}:${{ env.VERSION }}" >> $GITHUB_OUTPUT
echo -Pversion=${{ env.VERSION }} -Pimage=${{ env.IMAGE }} build test jib
./gradlew -Pversion=${{ env.VERSION }} -Pimage=${{ env.IMAGE }} build test jib
echo "DIGEST=$(cat app/build/jib-image.digest)" >> $GITHUB_ENV
echo "DIGEST=$(cat kafka-app/build/jib-image.digest)" >> $GITHUB_ENV
env:
ORG_GRADLE_PROJECT_githubPassword: ${{ secrets.GITHUB_TOKEN }}
- name: Attest and sign
Expand Down

0 comments on commit ce5155c

Please sign in to comment.