Skip to content

Commit 78c7216

Browse files
committed
updating build workflow
1 parent 40a4042 commit 78c7216

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_and_publish_docker.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959
context: .
6060
file: ./src/docker/Dockerfile
6161
push: true
62+
build-args: |
63+
IMAGE_TAG=${{ steps.vars.outputs.tag }}
6264
tags: |
6365
ghcr.io/${{ steps.vars.outputs.image_name }}:${{ steps.vars.outputs.tag }}
6466
${{ steps.vars.outputs.latest == 'true' && format('ghcr.io/{0}:latest', steps.vars.outputs.image_name) || '' }}

0 commit comments

Comments
 (0)