correct context.

This commit is contained in:
Dan 2022-11-17 13:29:40 -05:00
parent 0179987aff
commit 1fd0a3d260
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v3
with:
context: .
context: spiffworkflow-backend/.
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}