Skip to content

Commit

Permalink
Update location of version.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
kenwenzel committed Jul 13, 2023
1 parent a96a6f3 commit d1695ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
images: linkedfactory/linkedfactory-pod

- name: Set version env variable
run: echo "PROJECT_VERSION=$(< server/target/classes/version.txt)" >> $GITHUB_ENV
run: echo "PROJECT_VERSION=$(< server/target/version.txt)" >> $GITHUB_ENV

- name: Build and push Docker image
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
Expand Down

0 comments on commit d1695ac

Please sign in to comment.