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 a74c00a commit 40e4b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin

- name: Build Docker image
run:
run: |
cd app
VERSION=$(jq -r '.version' package.json)
echo "::set-output name=version::$VERSION"
Expand Down

0 comments on commit 40e4b83

Please sign in to comment.