correct context.

This commit is contained in:
Dan 2022-11-17 13:29:40 -05:00
parent 0179987aff
commit 1fd0a3d260

View File

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