Skip to content

Commit 619a8a9

Browse files
authored
Update ci.yml
1 parent f277468 commit 619a8a9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
cd frontend
4141
mv Dockerfile Dockerfile1
4242
sed -i 's/LABEL Maintainer="Rohan"/LABEL Maintainer="${version}"/' Dockerfile1
43+
sed -i "s/ARG release=.*/ARG release="${version}"/" Dockerfile1
4344
docker build -t "${DOCKERHUB_USERNAME}/${FRONTEND_REPO_NAME}:$GITHUB_RUN_NUMBER" -f Dockerfile1 .
4445
4546
# - name: Build Backend Image

0 commit comments

Comments
 (0)