Skip to content

Commit

Permalink
fix: git commit hash
Browse files Browse the repository at this point in the history
  • Loading branch information
cWave committed Aug 29, 2024
1 parent f4d6baa commit cd47c10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ POSTGRES_HOST=db
DEBUG=1
MAX_CONCURRENT_SCANS=1
TIMEZONE="Europe/Bucharest"
SLACK_ERROR_LOG_CHANNEL=C04UGG947U1
SLACK_ERROR_LOG_CHANNEL=
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Extract Git Commit SHA
id: vars
run: echo "GIT_SHA=${{ github.sha }}" | cut -c1-7 | tee -a $GITHUB_ENV
run: echo "GIT_SHA=$(echo ${{ github.sha }} | cut -c1-7)" >> $GITHUB_ENV


- name: Build and push Docker image
Expand Down

0 comments on commit cd47c10

Please sign in to comment.