Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cauta authored Apr 1, 2024
1 parent b7f3d9c commit d33fcb9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Change directory to app
run: cd app && pwd

- name: Determine version from codebase
run: |
# Example: Extract version from package.json
ls -al
cd app
VERSION=$(jq -r '.version' package.json)
echo "::set-output name=version::$VERSION"
Expand Down

0 comments on commit d33fcb9

Please sign in to comment.