Skip to content

Commit

Permalink
fix:ci
Browse files Browse the repository at this point in the history
  • Loading branch information
spa5k committed Jun 8, 2024
1 parent 3d0bd51 commit 5049a31
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 31 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
env:
NAME: uids_postgres
NAME: pgrx-uids_postgres
EXT_NAME: uids_postgres
PKG_NAME: uids_postgres
PKG_NAME: pg-uids_postgres

name: Release

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uids"
version = "0.0.0"
version = "0.0.1"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN chown postgres:postgres /home/postgres
USER postgres

RUN \
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path --profile minimal --default-toolchain 1.74.0 && \
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path --profile minimal --default-toolchain 1.78.0 && \
rustup --version && \
rustc --version && \
cargo --version
Expand Down
26 changes: 0 additions & 26 deletions docker-compose.yml

This file was deleted.

0 comments on commit 5049a31

Please sign in to comment.