Skip to content

Commit

Permalink
test versioned helper image
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed Sep 5, 2024
1 parent 817a72e commit 9196571
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/coolify-helper-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Get Version
id: version
run: |
echo "VERSION=$(jq -r '.coolify.helper.version' /app/version.json)"|xargs >> $GITHUB_OUTPUT
- name: Build image and push to registry
uses: docker/build-push-action@v5
with:
Expand All @@ -47,6 +51,10 @@ jobs:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Get Version
id: version
run: |
echo "VERSION=$(jq -r '.coolify.helper.version' /app/version.json)"|xargs >> $GITHUB_OUTPUT
- name: Build image and push to registry
uses: docker/build-push-action@v5
with:
Expand Down
5 changes: 4 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
},
"nightly": {
"version": "4.0.0-beta.331"
},
"helper": {
"version": "0.0.1"
}
}
}
}

0 comments on commit 9196571

Please sign in to comment.