Skip to content

Commit

Permalink
fix: use builtin github for sha
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson2427 committed Aug 16, 2024
1 parent 1dc04f7 commit 3b9dc97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
build-args: |
VERSION=${{ version }}
BUILD_DATE=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
VCS_REF=$(git rev-parse --short HEAD)
VCS_REF={{ github.sha }}
- name: Build and push
uses: docker/build-push-action@v4
Expand Down

0 comments on commit 3b9dc97

Please sign in to comment.