Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandhya1874 committed Oct 8, 2024
1 parent 42531f2 commit 0363ec3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ inputs:
required: false
type: string
git_branch_ref:
description: Github branch name
description: Github source branch name
required: false
type: string
# secrets:
Expand Down Expand Up @@ -79,7 +79,7 @@ runs:
provenance: false
build-args: |
"BUILD_NUMBER=${{ inputs.app_version }}"
"GIT_REF=${{ inputs.git_head_ref }}"
"GIT_REF=$${{ inputs.git_head_ref }}"
"GIT_BRANCH=${{ inputs.git_branch_ref }}"
tags: |
${{ inputs.docker_registry}}/${{ inputs.registry_org }}/${{ github.event.repository.name }}:latest
Expand Down

0 comments on commit 0363ec3

Please sign in to comment.