Skip to content

Commit b4dfb2c

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
cd frontend
4141
mv Dockerfile Dockerfile1
42-
sed -i 's/LABEL Maintainer="Rohan"/LABEL Maintainer="${version}"/' Dockerfile1
42+
sed -i "s/LABEL Maintainer="Rohan"/LABEL Maintainer="${version}"/" Dockerfile1
4343
sed -i "s/ARG release=.*/ARG release="${version}"/" Dockerfile1
4444
docker build -t "${DOCKERHUB_USERNAME}/${FRONTEND_REPO_NAME}:$GITHUB_RUN_NUMBER" -f Dockerfile1 .
4545

0 commit comments

Comments
 (0)