diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 485a626..fc165be 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,7 +40,7 @@ jobs: - name: Build and push uses: docker/build-push-action@v5 with: - context: api + context: app push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file