chore: Update version.json to versions.json in GitHub workflow

This commit is contained in:
Andras Bacsai
2024-09-05 09:30:36 +02:00
parent 9196571737
commit fae175039a

View File

@@ -28,7 +28,7 @@ jobs:
- name: Get Version
id: version
run: |
echo "VERSION=$(jq -r '.coolify.helper.version' /app/version.json)"|xargs >> $GITHUB_OUTPUT
echo "VERSION=$(jq -r '.coolify.helper.version' /app/versions.json)"|xargs >> $GITHUB_OUTPUT
- name: Build image and push to registry
uses: docker/build-push-action@v5
with:
@@ -54,7 +54,7 @@ jobs:
- name: Get Version
id: version
run: |
echo "VERSION=$(jq -r '.coolify.helper.version' /app/version.json)"|xargs >> $GITHUB_OUTPUT
echo "VERSION=$(jq -r '.coolify.helper.version' /app/versions.json)"|xargs >> $GITHUB_OUTPUT
- name: Build image and push to registry
uses: docker/build-push-action@v5
with: