We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f1af55 commit be02ae3Copy full SHA for be02ae3
.github/workflows/reusable-e2e.yml
@@ -48,6 +48,7 @@ jobs:
48
POSTGRES_VERSION: ${{ inputs.major_version }}
49
POSTGRES_IMG: ${{ inputs.postgres_img }}
50
POSTGRES_KIND: "PostgreSQL"
51
+ MAJOR_UPGRADE_IMAGE_REGISTRY: "ghcr.io/${{ github.repository_owner }}/postgresql-trunk"
52
53
DOCKER_SERVER: ghcr.io
54
DOCKER_USERNAME: ${{ github.actor }}
0 commit comments