Skip to content

Commit

Permalink
Add the name of the git commit hash attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
U039b committed Sep 21, 2024
1 parent 14ed331 commit c27b487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
# Add the Git commit hash into base.py GIT_COMMIT_HASH
- name: Add the Git commit hash
run: echo "${{ github.sha }}" >> config/settings/base.py
run: echo "GIT_COMMIT_HASH = ${{ github.sha }}" >> config/settings/base.py

# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
Expand Down

0 comments on commit c27b487

Please sign in to comment.