Skip to content

Commit

Permalink
Use shortened sha
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanaem committed Dec 3, 2024
1 parent 4bcc1d7 commit 99b3d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: fetch_sha
run: |
git fetch origin main
LATEST_SHA=$(git rev-parse origin/main)
LATEST_SHA=$(git rev-parse --short=7 origin/main)
echo "LATEST_SHA=$LATEST_SHA" >> $GITHUB_ENV
- name: Update package.json version
Expand Down

0 comments on commit 99b3d63

Please sign in to comment.