Skip to content

Commit fc0391f

Browse files
committed
plug version to the pipeline
1 parent 2e85bd5 commit fc0391f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/continuous_delivery_release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,5 @@ jobs:
4545
context: .
4646
dockerfile: Dockerfile
4747
push: true
48+
build-args: APP_VERSION=${{ github.event.release.tag_name || github.event.inputs.releaseTag }}
4849
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/quizhub:${{ github.event.release.tag_name || github.event.inputs.releaseTag }}

0 commit comments

Comments
 (0)