Skip to content

Commit

Permalink
Address review remarks and small updates
Browse files Browse the repository at this point in the history
- Addressed review remarks
- Added `podman-bake.sh` script to build Vaultwarden with podman
- Updated README
- Updated crates
  • Loading branch information
BlackDex committed Oct 19, 2023
1 parent 5c47965 commit c257aba
Show file tree
Hide file tree
Showing 15 changed files with 438 additions and 148 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
echo "SOURCE_VERSION=${GIT_EXACT_TAG}" | tee -a "${GITHUB_ENV}"
else
GIT_LAST_TAG="$(git describe --tags --abbrev=0)"
echo "SOURCE_VERSION=${GIT_LAST_TAG}-${SOURCE_COMMIT:0:8}" | tee -a "${GITHUB_ENV}"
echo "SOURCE_VERSION=${GIT_LAST_TAG}-$(printf '%s' "${SOURCE_COMMIT}" | cut -c -8)" | tee -a "${GITHUB_ENV}"
fi
# End Determine Base Tags

Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-yaml
- id: check-json
Expand Down
Loading

0 comments on commit c257aba

Please sign in to comment.