Skip to content

Commit 4a3827d

Browse files
committed
Adding back in Cargo.lock files
1 parent 85391c5 commit 4a3827d

File tree

6 files changed

+2190
-5
lines changed

6 files changed

+2190
-5
lines changed

.github/workflows/rustapi-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
env:
88
REGISTRY: ghcr.io
9-
IMAGE_NAME: uvasds-systems/rust-api
9+
IMAGE_NAME: uvads/rust-api
1010
IMAGE_TAG: 1.${{ github.run_number }} # GITHUB_RUN_NUMBER
1111
DOCKER_BUILDKIT: 1
1212

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ debug/
44
target/
55
*/target/*
66

7-
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
8-
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
9-
Cargo.lock
10-
117
# These are backup files generated by rustfmt
128
**/*.rs.bk
139

0 commit comments

Comments
 (0)