We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae7a9e7 commit 7dcffc2Copy full SHA for 7dcffc2
1 file changed
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
run: |
39
cd frontend
40
mv Dockerfile Dockerfile1
41
- sed -i 's/LABEL Maintainer="Rohan"/LABEL Maintainer="Mohan"/' Dockerfile1
+ sed -i 's/LABEL Maintainer="shivang"/LABEL Maintainer="Mohan"/' Dockerfile1
42
docker build -t "${DOCKERHUB_USERNAME}/${FRONTEND_REPO_NAME}:$GITHUB_RUN_NUMBER" -f Dockerfile1 .
43
44
# - name: Build Backend Image
0 commit comments