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 a4c8585 commit fd03e9aCopy full SHA for fd03e9a
1 file changed
.github/workflows/release-dev.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Build and Push Image
42
uses: docker/build-push-action@v6
43
with:
44
- context: .
+ context: ./backend
45
push: true
46
tags: ${{ steps.meta.outputs.tags }}
47
labels: ${{ steps.meta.outputs.labels }}
0 commit comments