Skip to content

Commit 27bdd36

Browse files
committed
chore(ci): update image tags
1 parent 4b645f0 commit 27bdd36

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
tags: |
7474
ghcr.io/muhlba91/postgresql-pgvecto:latest
7575
ghcr.io/muhlba91/postgresql-pgvecto:${{ github.sha }}
76+
ghcr.io/muhlba91/postgresql-pgvecto:${{ steps.from_tag.outputs.postgresql }}-${{ steps.from_tag.outputs.pgvecto }}
7677
ghcr.io/muhlba91/postgresql-pgvecto:${{ steps.from_tag.outputs.postgresql }}-${{ steps.from_tag.outputs.pgvecto }}-${{ needs.release.outputs.tag_name }}
7778
build-args: |
7879
CI_COMMIT_TIMESTAMP=${{ github.event.repository.updated_at }}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ Instead of using the upstream [CloudNativePG container](https://github.com/cloud
2525
The container images are tagged according to CloudNativePG's [image tag requirements](https://cloudnative-pg.io/documentation/1.23/container_images/#image-tag-requirements_1).
2626
Additionally, `latest` and `<GIT_COMMIT_SHA>` tags are created which are **not** compatible with CloudNativePG!
2727

28-
The tagging scheme is `<CLOUDNATIVEPG_POSTGRESQL_TAG>-<PGVECTO_TAG>-<RELEASE_TAG>` with:
28+
The tagging scheme is `<CLOUDNATIVEPG_POSTGRESQL_TAG>-<PGVECTO_TAG>[-<RELEASE_TAG>]` with:
2929

3030
- `<CLOUDNATIVEPG_POSTGRESQL_TAG>`: the upstream [CloudNativePG container](https://github.com/cloudnative-pg/postgres-containers/pkgs/container/postgresql) version
3131
- `<PGVECTO_TAG>`: the [pgvecto.rs](https://github.com/tensorchord/pgvecto.rs/releases) version
32-
- `<RELEASE_TAG>`: the release version of this container (used to version internal changes)
32+
- `<RELEASE_TAG>`: the release version of this container (used to version internal changes; optional to specify)
3333

3434
---
3535

0 commit comments

Comments
 (0)