We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c155d3b commit 570381dCopy full SHA for 570381d
.github/workflows/deploy_frontend.yml
@@ -21,6 +21,6 @@ jobs:
21
uses: docker/build-push-action@v5
22
with:
23
context: ./mobile-magic
24
- file: ./mobile-magic/docker/code-server.Dockerfile
+ file: ./mobile-magic/docker/Dockerfile.frontend.prod
25
push: true
26
tags: 100xdevs/antidevs-frontend:${{ github.sha }}
0 commit comments