We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dcffc2 commit 14d3acbCopy full SHA for 14d3acb
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="shivang"/LABEL Maintainer="Mohan"/' Dockerfile1
+ sed -i 's/LABEL Maintainer="Rohan"/LABEL Maintainer="shivang"/' Dockerfile1
42
docker build -t "${DOCKERHUB_USERNAME}/${FRONTEND_REPO_NAME}:$GITHUB_RUN_NUMBER" -f Dockerfile1 .
43
44
# - name: Build Backend Image
0 commit comments