We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/boskiv/spilo/actions/runs/5977146280/job/16216474602
only changes I made is
env: IMAGE_NAME: boskiv/spilo TIMESCALEDB_TOOLKIT: true TIMESCALEDB_APACHE_ONLY: false
- name: Build and export to local docker for testing uses: docker/build-push-action@v3 with: context: "postgres-appliance/" load: true tags: ${{ steps.image.outputs.NAME }} build-args: | PGOLDVERSIONS=${{ env.PGOLDVERSIONS }} TIMESCALEDB_TOOLKIT=${{ env.TIMESCALEDB_TOOLKIT }} TIMESCALEDB_APACHE_ONLY=${{ env.TIMESCALEDB_APACHE_ONLY }} TIMESCALEDB=${{ env.TIMESCALEDB }}
UPD. setting PGOLDVERSIONS="" solve build
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to merge the following PR and got the same problem: #909
waiting for the fix in this PR: #904
that at the moment seems to have issues.
Sorry, something went wrong.
Setting PGOLDVERSIONS="" is not an option for us as we need to support multiple versions.
PGOLDVERSIONS=""
Successfully merging a pull request may close this issue.
https://github.com/boskiv/spilo/actions/runs/5977146280/job/16216474602
only changes I made is
UPD. setting PGOLDVERSIONS="" solve build
The text was updated successfully, but these errors were encountered: