Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
- fix for commitid is not being added to agent version
Browse files Browse the repository at this point in the history
  • Loading branch information
rathnapandi committed Sep 14, 2023
1 parent 9e6afe8 commit 25a3d38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-discovery-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
build-args: |
VERSION=${{ github.ref_name }}
COMMMIT_ID=${{ env.commitId }}
COMMIT_ID=${{ env.commitId }}
2 changes: 1 addition & 1 deletion .github/workflows/build-traceability-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
build-args: |
VERSION=${{ github.ref_name }}
COMMMIT_ID=${{ env.commitId }}
COMMIT_ID=${{ env.commitId }}

0 comments on commit 25a3d38

Please sign in to comment.