Skip to content

Commit 90aba9c

Browse files
authored
V1 (#383)
1 parent 0f34b49 commit 90aba9c

File tree

6 files changed

+79
-319
lines changed

6 files changed

+79
-319
lines changed

.github/workflows/publish-ci-docker-image.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
password: ${{ secrets.GITHUB_TOKEN }}
1616
- name: Build CI Docker image
1717
run: |
18-
docker build . -f Dockerfile.ci --tag ghcr.io/levkk/pgcat-ci:latest
19-
docker run ghcr.io/levkk/pgcat-ci:latest
20-
docker push ghcr.io/levkk/pgcat-ci:latest
18+
docker build . -f Dockerfile.ci --tag ghcr.io/postgresml/pgcat-ci:latest
19+
docker run ghcr.io/postgresml/pgcat-ci:latest
20+
docker push ghcr.io/postgresml/pgcat-ci:latest

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pgcat"
3-
version = "0.6.0-alpha1"
3+
version = "1.0.0"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)