We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6daa1ab commit 4c7965bCopy full SHA for 4c7965b
.github/workflows/main.yml
@@ -18,6 +18,6 @@ jobs:
18
uses: docker/build-push-action@v4
19
with:
20
context: .
21
- file: ./docker/Dockerfile.backend
+ file: ./Dockerfile.backend
22
push: true
23
tags: 100xdevs/user-app-backend:${{ github.sha }}
0 commit comments