We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb8dc70 commit 8f45944Copy full SHA for 8f45944
1 file changed
.github/workflows/main.yaml
@@ -27,7 +27,7 @@ jobs:
27
- name: Build and push
28
uses: docker/build-push-action@v6
29
with:
30
- context: ./docker/express
+ context: ./express-app
31
file: ./express-app/Dockerfile
32
push: true
33
tags: ${{ secrets.DOCKER_USERNAME }}/express-app:latest
0 commit comments