Skip to content

Commit

Permalink
feat(build): add commit sha
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazmi35 authored Nov 3, 2024
1 parent 38af333 commit dd60df3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
${{ steps.semver.outputs.MAJOR }}
${{ steps.semver.outputs.MAJOR }}.${{ steps.semver.outputs.MINOR }}
${{ steps.semver.outputs.MAJOR }}.${{ steps.semver.outputs.MINOR }}.${{ steps.semver.outputs.PATCH }}
type=sha,prefix=,suffix=,format=short
type=sha,prefix=,suffix=,format=long
- name: Login to GitHub Container Registry
if: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit dd60df3

Please sign in to comment.