Skip to content

Commit

Permalink
Update version.json to versions.json in GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed Sep 5, 2024
1 parent fbb7568 commit a8fd7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coolify-helper-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Get Version
id: version
run: |
echo "VERSION=$(jq -r '.coolify.helper.version' /app/versions.json)"|xargs >> $GITHUB_OUTPUT
echo "VERSION=$(jq -r '.coolify.helper.version' $(pwd)/versions.json)"|xargs >> $GITHUB_OUTPUT
- name: Build image and push to registry
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit a8fd7db

Please sign in to comment.