diff --git a/.github/workflows/backend_tests.yml b/.github/workflows/backend_tests.yml index 4462178b..e698575c 100644 --- a/.github/workflows/backend_tests.yml +++ b/.github/workflows/backend_tests.yml @@ -312,7 +312,7 @@ jobs: # like sub '/' with '-' TAG: ${{ github.ref_name }}-${{ steps.date.outputs.date }} with: - context: . + context: spiffworkflow-backend push: true tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG }} labels: ${{ steps.meta.outputs.labels }}