set docker context to backend w/ burnettk jbirddog
This commit is contained in:
parent
e70ec69c91
commit
d5b7daf44e
|
@ -312,7 +312,7 @@ jobs:
|
||||||
# like sub '/' with '-'
|
# like sub '/' with '-'
|
||||||
TAG: ${{ github.ref_name }}-${{ steps.date.outputs.date }}
|
TAG: ${{ github.ref_name }}-${{ steps.date.outputs.date }}
|
||||||
with:
|
with:
|
||||||
context: .
|
context: spiffworkflow-backend
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG }}
|
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
|
Loading…
Reference in New Issue