Skip to content

Commit 14d3acb

Browse files
authored
Update ci.yml with shivang label dockerfile
1 parent 7dcffc2 commit 14d3acb

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
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
cd frontend
4040
mv Dockerfile Dockerfile1
41-
sed -i 's/LABEL Maintainer="shivang"/LABEL Maintainer="Mohan"/' Dockerfile1
41+
sed -i 's/LABEL Maintainer="Rohan"/LABEL Maintainer="shivang"/' Dockerfile1
4242
docker build -t "${DOCKERHUB_USERNAME}/${FRONTEND_REPO_NAME}:$GITHUB_RUN_NUMBER" -f Dockerfile1 .
4343
4444
# - name: Build Backend Image

0 commit comments

Comments
 (0)