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 69d97dd commit 59e5e25
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ runs:
push: ${{ inputs.push }}
provenance: false
build-args: |
"BUILD_NUMBER=${{ steps.version.outputs.version }}"
"BUILD_NUMBER=${{ inputs.app_version }}"
"GIT_REF=$${{ github.head_ref }}"
"GIT_BRANCH=$${{ github.ref_name }}"
tags: |
${{ inputs.docker_registry}}/${{ inputs.registry_org }}/${{ github.event.repository.name }}:latest
${{ inputs.docker_registry}}/${{ inputs.registry_org }}/${{ github.event.repository.name }}:${{ steps.version.outputs.version }}
${{ inputs.docker_registry}}/${{ inputs.registry_org }}/${{ github.event.repository.name }}:${{ inputs.app_version }}

0 comments on commit 59e5e25

Please sign in to comment.